Interface IOverflowMenuOptions

Options for overflow menu.

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

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: ....