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

    Interface HelpMenuItem

    Help menu item represents a feature or functionality of the player that will be displayed in the help menu.

    interface HelpMenuItem {
        description: string;
        name: string;
    }
    Index

    Properties

    Properties

    description: string

    Text to display on the left side of the help menu item. (i.e. Keyboard shortcut)

    name: string

    Text to display on the right side of the help menu item. (i.e. functionality name))