Options interface
Miscellaneous data for scaffolding of a custom widget which will not be stored in DevPortal.
Properties
config |
advance configuration option for the deploy function - redirect URI for InteractiveBrowserCredentialNodeOptions |
config |
advance configuration option for the deploy function - tenant ID for InteractiveBrowserCredentialNodeOptions |
open |
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 |
Property Details
configAdvancedRedirectUri
advance configuration option for the deploy function - redirect URI for InteractiveBrowserCredentialNodeOptions
configAdvancedRedirectUri?: string
Property Value
string
configAdvancedTenantId
advance configuration option for the deploy function - tenant ID for InteractiveBrowserCredentialNodeOptions
configAdvancedTenantId?: string
Property Value
string
openUrl
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
.
openUrl?: string
Property Value
string