Selection menu settings used by the contextual object toolbar.

interface SelectionMenuConfig {
    items?: string[];
    open?: boolean;
    type?: OverlayType;
}

Properties

Properties

items?: string[]

Ordered list of modules shown in the selection menu.

open?: boolean

Whether the selection menu should start opened.

Container type used to render the selection menu.