OperationsDefinition interface
プロパティ
| display | 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| is |
操作がデータ アクションであるかどうかを示します |
| name | 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| origin | 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| properties | <AnyObject>の辞書注:このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
display
注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
display?: OperationsDisplayDefinition
プロパティ値
isDataAction
操作がデータ アクションであるかどうかを示します
isDataAction?: boolean
プロパティ値
boolean
name
注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
name?: string
プロパティ値
string
origin
注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
origin?: string
プロパティ値
string
properties
<AnyObject>の辞書注:このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
properties?: {[propertyName: string]: Record<string, unknown>}
プロパティ値
{[propertyName: string]: Record<string, unknown>}