OperationValue interface
Describes the properties of a Compute Operation value.
Properties
| display | Display properties |
| is |
This property indicates if the operation is an action or a data action |
| name | The name of the compute operation. |
| origin | The origin of the compute operation. |
Property Details
display
isDataAction
This property indicates if the operation is an action or a data action
isDataAction?: boolean
Property Value
boolean
name
The name of the compute operation.
name?: string
Property Value
string
origin
The origin of the compute operation.
origin?: string
Property Value
string