Interface: IObjectCellContextMenuProxy¶
A designer-facing interface that provides access to ObjectCellContextMenu.
Hierarchy¶
-
IObjectCellContextMenuProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
setLeadingItems¶
▸ setLeadingItems(items: string[]): void
Sets the leading items of the ObjectCellContextMenu
Parameters:
| Name | Type | Description |
|---|---|---|
items |
string[] | the items to be set |
Returns: void
setTrailingItems¶
▸ setTrailingItems(items: string[]): void
Sets the trailing items of the ObjectCellContextMenu
Parameters:
| Name | Type | Description |
|---|---|---|
items |
string[] | the items to be set |
Returns: void