Skip to content
Tauri
Releases

@tauri-apps/plugin-deep-link

Functions

getCurrent()

function getCurrent(): Promise<string[] | null>

Returns

Promise<string[] | null>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/deep-link/guest-js/index.ts#L8


onOpenUrl()

function onOpenUrl(handler): Promise<UnlistenFn>

Parameters

ParameterType
handler(urls) => void

Returns

Promise<UnlistenFn>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/deep-link/guest-js/index.ts#L14


© 2024 Tauri Contributors. CC-BY / MIT