createDeeplink
Signature
function createDeeplink(options: {
type?: DeeplinkType.Extension,
command: string,
launchType?: LaunchType,
arguments?: LaunchProps["arguments"],
fallbackText?: string,
}): string;function createDeeplink(options: {
type?: DeeplinkType.Extension,
ownerOrAuthorName: string,
extensionName: string,
command: string,
launchType?: LaunchType,
arguments?: LaunchProps["arguments"],
fallbackText?: string,
}): string;Arguments
Extension
Script command
Return
Example
Types
DeeplinkType
Last updated

