@jellyfin/sdk
    Preparing search index...

    Interface ConfigurationPageInfo

    The configuration page info.

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

    Properties

    DisplayName?: string | null

    Gets or sets the display name.

    EnableInMainMenu?: boolean

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

    MenuIcon?: string | null

    Gets or sets the menu icon.

    MenuSection?: string | null

    Gets or sets the menu section.

    Name?: string

    Gets or sets the name.

    PluginId?: string | null

    Gets or sets the plugin id.