@jellyfin/sdk
    Preparing search index...

    Interface PluginApiGetConfigurationPagesRequest

    Request parameters for getConfigurationPages operation in PluginApi.

    interface PluginApiGetConfigurationPagesRequest {
        enableInMainMenu?: boolean;
    }
    Index
    enableInMainMenu?: boolean

    Whether to enable in the main menu.