Package version:

Miscellaneous data for scaffolding of a custom widget which will not be stored in DevPortal.

interface Options {
    configAdvancedRedirectUri?: string;
    configAdvancedTenantId?: string;
    openUrl?: string;
}

Properties

configAdvancedRedirectUri?: string

advance configuration option for the deploy function - redirect URI for InteractiveBrowserCredentialNodeOptions

configAdvancedTenantId?: string

advance configuration option for the deploy function - tenant ID for InteractiveBrowserCredentialNodeOptions

openUrl?: string

The URL to open after development server of the widget is started (URL of your Developer Portal). If you don't want to use this feature, set it to false. If you want to open just the widget page, set it to true.

Generated using TypeDoc