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

    Interface HelpMenuGroup

    Help menu group represents a group of help menu items in the player chroming help menu.

    interface HelpMenuGroup {
        items: HelpMenuItem[];
        name: string;
    }
    Index

    Properties

    Properties

    items: HelpMenuItem[]

    Array of help menu items in the help menu group. Each item represents a feature or functionality of the player and should have a name and description that will be displayed in the help menu.

    name: string

    Name of the help menu group. Will be displayed as the header of the group in the help menu.