@byomakase/omakase-player
    Preparing search index...

    Interface PlayerChromingThemeConfig<T>

    interface PlayerChromingThemeConfig<T extends ChromingTheme> {
        theme: T;
        themeConfig?: Partial<ChromingThemeConfigMap[T]>;
    }

    Type Parameters

    Index

    Properties

    Properties

    theme: T

    Chroming theme determines how the player will be chromed.

    themeConfig?: Partial<ChromingThemeConfigMap[T]>

    Chroming theme configuration