サービス・センター・サイド・ペインの拡張
サービス・センターには、サービス・センターにsidePaneButtons
という拡張可能な変数が含まれています。これにより、必要なsidePaneアイコンをこの変数に割り当てて、sidePaneボタンを拡張できます。この変数は、SidePaneIconProperties
型の配列です。 SidePaneIconProperties
"SidePaneIconProperties": {
"ariaText": "string",
"icon": "string",
"label": "string",
"sectionId": "string",
"tooltip": "string",
"visibility": "boolean",
"buttonId": "string"
}
これらのカスタマイズされたsidePaneアイコンにセクションを添付するには、サービス・センター・アプリケーションのコンテナ・ページで使用可能な拡張可能な動的コンテナにセクションを作成します。
ノート: セクションを作成する
sectionId
は、sidePaneButtons
変数値で指定するsectionIdと一致する必要があります。