DatahubHeaderDialogConfig interface

An interface representing the datahub header dialog config

Properties

dialogAdditionalInfo

Additional inforamation content. Will appear only if learnMorelink is defined.

dialogDescription

The title of the dialog

dialogDescriptionLocalized

The title of the dialog (localization key)

dialogTitle

The title of the dialog

dialogTitleLocalized

The localized title of the dialog (localization key)

learnMorelink

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

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 }