ProviderOperation interface
Operation
Properties
description | The operation description. |
display |
The operation display name. |
is |
The dataAction flag to specify the operation type. |
name | The operation name. |
origin | The operation origin. |
properties | The operation properties. |
Property Details
description
The operation description.
description?: string
Property Value
string
displayName
The operation display name.
displayName?: string
Property Value
string
isDataAction
The dataAction flag to specify the operation type.
isDataAction?: boolean
Property Value
boolean
name
The operation name.
name?: string
Property Value
string
origin
The operation origin.
origin?: string
Property Value
string
properties
The operation properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>