ProviderOperation interface
操作
属性
| description | 操作说明。 |
| display |
操作显示名称。 |
| is |
用于指定操作类型的 dataAction 标志。 |
| name | 操作名称。 |
| origin | 操作源。 |
| properties | 操作属性。 |
属性详细信息
description
操作说明。
description?: string
属性值
string
displayName
操作显示名称。
displayName?: string
属性值
string
isDataAction
用于指定操作类型的 dataAction 标志。
isDataAction?: boolean
属性值
boolean
name
操作名称。
name?: string
属性值
string
origin
操作源。
origin?: string
属性值
string
properties
操作属性。
properties?: any
属性值
any