次の方法で共有


IPropertyPaneDropdownOption interface

PropertyPane ドロップ ダウンのオプション。

プロパティ

index

このオプションのインデックスを作成します。

key

このオプションを一意に識別するキー。

text

このオプションに表示されるテキスト。

type

オプションの種類。 省略した場合、既定値は PropertyPaneDropdownMenuItemType.Normal です。

プロパティの詳細

index

このオプションのインデックスを作成します。

index?: number;

プロパティ値

number

key

このオプションを一意に識別するキー。

key: string | number;

プロパティ値

string | number

text

このオプションに表示されるテキスト。

text: string;

プロパティ値

string

type

オプションの種類。 省略した場合、既定値は PropertyPaneDropdownMenuItemType.Normal です。

type?: PropertyPaneDropdownOptionType;

プロパティ値