Home > ISYS_RightClickMenuItem
ISYS_RightClickMenuItem interface
Right-click menu item
Signature
typescript
interface ISYS_RightClickMenuItem1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Menu item icon | ||
string | Menu item ID, cannot be repeated | ||
Array<ISYS_RightClickMenuItem | null> | (Optional) Sub-menu item | ||
string | (Optional) Registration method name (the method needs to be exported in the extension entry file) | ||
string | (Optional) Menu item title |