@jellyfin/sdk
    Preparing search index...

    Interface ConfigurationPageInfo

    The configuration page info.

    ConfigurationPageInfo

    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.

    ConfigurationPageInfo

    EnableInMainMenu?: boolean

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

    ConfigurationPageInfo

    MenuIcon?: string | null

    Gets or sets the menu icon.

    ConfigurationPageInfo

    MenuSection?: string | null

    Gets or sets the menu section.

    ConfigurationPageInfo

    Name?: string

    Gets or sets the name.

    ConfigurationPageInfo

    PluginId?: string | null

    Gets or sets the plugin id.

    ConfigurationPageInfo