Skip to main content

Home > blockly > MenuItem > (constructor)

Constructs a new instance of the MenuItem class

Signature:

constructor(content: string | HTMLElement, opt_value?: string | undefined);

Parameters

ParameterTypeDescription
contentstring | HTMLElementText caption to display as the content of the item, or a HTML element to display.
opt_valuestring | undefined(Optional) Data/model associated with the menu item.