@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface AppDeepLinkOptions

    Options for buildAppDeepLink

    interface AppDeepLinkOptions {
        path?: string;
        queryParams?: Record<string, string>;
    }
    Index

    Properties

    Properties

    path?: string

    App path to deep-link to (e.g. /settings/calendars, /meetings/abc-123). Leading slash is optional — it will be normalised.

    queryParams?: Record<string, string>

    Query parameters forwarded to both the desktop deep link and browser fallback