Theia API Documentation v1.65.0
    Preparing search index...

    Interface IOverflowMenuOptions

    Options for overflow menu.

    interface IOverflowMenuOptions {
        isVisible: boolean;
        title?: string;
    }
    Index

    Properties

    Properties

    isVisible: boolean

    Determines if a overflow menu appears when the menu items overflow.

    Defaults to true.

    title?: string

    Determines the title of the overflow menu.

    Default: ....