カテゴリのプロパティとサンプル・コード
アダプタ定義ドキュメントのcategoriesセクションには、通常、ここにリストされているプロパティが含まれており、次のサンプル構造があります。
プロパティ
| プロパティ | 説明 |
|---|---|
|
|
グループの表示名。 |
|
|
グループの説明。 |
|
|
設定されたアクションまたはトリガーを定義します。 各グループは、次のプロパティで構成されます:
|
サンプル・コード
{
"categories": {
"displayName": "Select Service",
"description": "Enter service name to filter.",
"groups": [
{
"name": "simpleAction",
"displayName": "Simple Actions",
"description": "Simple Actions."
},
{
"name": "advancedAction",
"displayName": "Advanced Actions",
"description": "Advanced Actions."
}
]
}
}