機械翻訳について

サービス・センター・サイド・ペインの拡張

サービス・センターには、サービス・センターにsidePaneButtonsという拡張可能な変数が含まれています。これにより、必要なsidePaneアイコンをこの変数に割り当てて、sidePaneボタンを拡張できます。この変数は、SidePaneIconProperties型の配列です。 SidePaneIconProperties

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