DatahubHeaderDialogConfig interface
An interface representing the datahub header dialog config
Properties
dialog |
Additional inforamation content. Will appear only if learnMorelink is defined. |
dialog |
The title of the dialog |
dialog |
The title of the dialog (localization key) |
dialog |
The title of the dialog |
dialog |
The localized title of the dialog (localization key) |
learn |
The default behavior is that learn more link is not visible, until the host customize it. |
Property Details
dialogAdditionalInfo
Additional inforamation content. Will appear only if learnMorelink is defined.
dialogAdditionalInfo?: string
Property Value
string
dialogDescription
The title of the dialog
dialogDescription?: string
Property Value
string
dialogDescriptionLocalized
The title of the dialog (localization key)
dialogDescriptionLocalized?: string
Property Value
string
dialogTitle
The title of the dialog
dialogTitle?: string
Property Value
string
dialogTitleLocalized
The localized title of the dialog (localization key)
dialogTitleLocalized?: string
Property Value
string
learnMorelink
The default behavior is that learn more link is not visible, until the host customize it.
learnMorelink?: { linkText: string, linkUrl: string }
Property Value
{ linkText: string, linkUrl: string }