Struct ContextMenuAction
Inherited Members
Namespace: Unity.Muse.Common
Syntax
public struct ContextMenuAction
Fields
enabled
Declaration
public bool enabled
Field Value
| Type | Description |
|---|---|
| Boolean |
icon
Declaration
public string icon
Field Value
| Type | Description |
|---|---|
| String |
id
Declaration
public int id
Field Value
| Type | Description |
|---|---|
| Int32 |
label
Declaration
public string label
Field Value
| Type | Description |
|---|---|
| String |
shortcut
Declaration
public string shortcut
Field Value
| Type | Description |
|---|---|
| String |