PopupTab class
Represents popup tab for Popup
. A popup can contain multiple tabs with their own styling and content.
export declare class PopupTab
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Attributes | PopupEntryAttribute[] | Attributes to be shown in the popup | |
DescriptionAttribute | PopupEntryAttribute | Description attribute | |
EmbedAttribute | PopupEntryAttribute | Embed attribute | |
Height | number | Configured height of the popup tab (in pixels) | |
HtmlAttribute | PopupEntryAttribute | Html attribute | |
ImageAttribute | PopupEntryAttribute | Image attribute | |
Style | PopupTabStyle | Style of the tab | |
TableHeaderColWidth | number | Configured column with of the table header | |
Title | string | Title of the popup | |
TitleAttribute | PopupEntryAttribute | Title attribute | |
VideoAttribute | PopupEntryAttribute | Video attribute | |
Width | number | Configured width of the popup tab (in pixels) |