IPropertyPaneChoiceGroupOption interface

PropertyPane ChoiceGroup オプションのプロパティ。

プロパティ

ariaLabel

スクリーン リーダーのメリットを得るためのプロパティ ウィンドウ選択グループ オプションの aria ラベル。

checked

プロパティ ウィンドウの選択グループ オプションがオンかどうか。

既定値は False です。

disabled

プロパティ ウィンドウの選択肢グループのオプションが無効にされているかどうか。

iconProps

[選択] フィールドのアイコン コンポーネント の小道具。

imageAlt

選択フィールドの画像の代替テキスト。

imageSize

選択肢フィールドの画像の幅と高さ (ピクセル単位)。

imageSrc

選択肢フィールドの画像のソース。

key

オプションを一意に特定するために必要なキー。

selectedImageSrc

選択されている選択肢フィールドの画像のソース。

text

オプション用のテキスト文字列。

プロパティの詳細

ariaLabel

スクリーン リーダーのメリットを得るためのプロパティ ウィンドウ選択グループ オプションの aria ラベル。

ariaLabel?: string;

プロパティ値

string

checked

プロパティ ウィンドウの選択グループ オプションがオンかどうか。

既定値は False です。

checked?: boolean;

プロパティ値

boolean

disabled

プロパティ ウィンドウの選択肢グループのオプションが無効にされているかどうか。

disabled?: boolean;

プロパティ値

boolean

iconProps

[選択] フィールドのアイコン コンポーネント の小道具。

iconProps?: IPropertyPaneChoiceGroupOptionIconProps;

プロパティ値

imageAlt

選択フィールドの画像の代替テキスト。

imageAlt?: string;

プロパティ値

string

imageSize

選択肢フィールドの画像の幅と高さ (ピクセル単位)。

imageSize?: {
        width: number;
        height: number;
    };

プロパティ値

{ width: number; height: number; }

imageSrc

選択肢フィールドの画像のソース。

imageSrc?: string;

プロパティ値

string

key

オプションを一意に特定するために必要なキー。

key: string | number;

プロパティ値

string | number

selectedImageSrc

選択されている選択肢フィールドの画像のソース。

selectedImageSrc?: string;

プロパティ値

string

text

オプション用のテキスト文字列。

text: string;

プロパティ値

string