CustomFieldOptionDialogTabConfig: {
    Enabled: boolean;
    Item: MEUIBase;
    Title: string;
    ToolTip: string;
}

Defines a tab for the custom field option dialog. Up to 3 tabs can be configured.

Type declaration

  • Enabled: boolean

    Flag to indicate if the tab is enabled or not.

  • Item: MEUIBase

    The UI item to display in the tab. Usually a layout item like MEUIStackLayout, but can be any UI item of type MEUIBase.

  • Title: string

    The title of the tab.

  • ToolTip: string

    The tooltip of the tab.

Generated using TypeDoc