blockly > MenuItem > (konstruktor)
MenuItem.(constructor)
Tworzy nową instancję klasy MenuItem
.
Podpis:
constructor(content: string | HTMLElement, opt_value?: string | undefined);
Parametry
Parametr | Typ | Opis |
---|---|---|
treść | string | HTMLElement | Tekstowy podpis do wyświetlenia jako zawartość elementu lub element HTML do wyświetlenia. |
opt_value | ciąg tekstowy | nieokreślony | (Opcjonalnie) Dane lub model powiązany z pozycją menu. |