@not3/sdk
    Preparing search index...

    Interface ShareOptions

    interface ShareOptions {
        apiUrl?: string;
        storeServer?: boolean;
        uiUrl?: string;
    }
    Index

    Properties

    apiUrl?: string

    The API URL used to generate share links. With trailing slash.

    'https://api.example.com/'
    
    storeServer?: boolean

    Should the server also be stored in the fragment? Only needed if this API server is different from the default one the UI uses.

    false
    
    uiUrl?: string

    The UI URL used to generate share links. With trailing slash.

    'https://example.com/'