|
| actionType |
Gets the type of the action. This value is used by the server to identify the brush type.
This value cannot be set in JavaScript. Instead, the derived class type should be used.
Inherited from dundas.view.Action.
|
| friendlyName |
Gets or sets the friendly name of this action which is what is shown to the end user.
Inherited from dundas.view.Action.
|
| id |
Gets or sets the ID of this action.
Inherited from dundas.view.Action.
|
| isHorizontal |
Gets or sets a value indicating whether this toggle is a horizontal or vertical expand / collapse. By default, it is vertical.
|
| name |
Gets or sets the name of this action for script, which may change, but must be unique within the other actions
on the adapter property.
Inherited from dundas.view.Action.
|