OperationValue interface

Describes the properties of a Compute Operation value.

Properties

display

Display properties

isDataAction

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

Display properties

display?: OperationValueDisplay

Property Value

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