次の方法で共有


OperationResponse interface

操作情報を含む応答

プロパティ

display

操作の表示

isDataAction

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

name

操作の名前

origin

操作の発生元

properties

操作のプロパティ

プロパティの詳細

display

操作の表示

display?: OperationDisplay

プロパティ値

isDataAction

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

isDataAction?: boolean

プロパティ値

boolean

name

操作の名前

name?: string

プロパティ値

string

origin

操作の発生元

origin?: string

プロパティ値

string

properties

操作のプロパティ

properties?: Record<string, unknown>

プロパティ値

Record<string, unknown>