Documentation

new ModalMenuOptions()

Creates a new object with the specified options.

constructor(
items?: ModalMenuOptions.MenuItem[],
width?: string | number,
minWidth?: string | number,
);

Parameters

Related