ProviderOperation interface
Operation
Properties
description | The operation description. |
display |
The operation display name. |
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
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>