The configuration page info.

ConfigurationPageInfo

interface ConfigurationPageInfo {
    DisplayName?: null | string;
    EnableInMainMenu?: boolean;
    MenuIcon?: null | string;
    MenuSection?: null | string;
    Name?: string;
    PluginId?: null | string;
}

Properties

DisplayName?: null | string

Gets or sets the display name.

ConfigurationPageInfo

EnableInMainMenu?: boolean

Gets or sets a value indicating whether the configurations page is enabled in the main menu.

ConfigurationPageInfo

MenuIcon?: null | string

Gets or sets the menu icon.

ConfigurationPageInfo

MenuSection?: null | string

Gets or sets the menu section.

ConfigurationPageInfo

Name?: string

Gets or sets the name.

ConfigurationPageInfo

PluginId?: null | string

Gets or sets the plugin id.

ConfigurationPageInfo