次の方法で共有


Operation interface

GetOperations 要求によって返される操作を表します

プロパティ

display

操作の表示名

isDataAction

操作がデータ アクションであるかどうかを示します

name

操作の名前

origin

操作の発生元

properties

操作のプロパティ

プロパティの詳細

display

操作の表示名

display?: OperationInfo

プロパティ値

isDataAction

操作がデータ アクションであるかどうかを示します

isDataAction?: boolean

プロパティ値

boolean

name

操作の名前

name?: string

プロパティ値

string

origin

操作の発生元

origin?: string

プロパティ値

string

properties

操作のプロパティ

properties?: Record<string, unknown>

プロパティ値

Record<string, unknown>