ITopActionsField interface

単一の Top Action コマンドに使用される構成。

プロパティ

properties

厳密に型指定されたプロパティのオブジェクト。 フィールドの種類ごとに固有です。

shouldFocus

このコントロールを優先するかどうか。

targetProperty

Web パーツのプロパティ バッグからのターゲット プロパティ。

title

ツールヒントまたは aria-label で使用できるアクションの表示名。

type

上位のアクション フィールドの種類。

プロパティの詳細

properties

厳密に型指定されたプロパティのオブジェクト。 フィールドの種類ごとに固有です。

readonly properties: TProperties;

プロパティ値

TProperties

注釈

例: ドロップダウンには ITopActionsChoiceGroupProps があり、Button には ITopActionsButtonProps プロパティがあります。

shouldFocus

このコントロールを優先するかどうか。

readonly shouldFocus?: boolean;

プロパティ値

boolean

注釈

既定値は false です。

targetProperty

Web パーツのプロパティ バッグからのターゲット プロパティ。

readonly targetProperty: string;

プロパティ値

string

title

ツールヒントまたは aria-label で使用できるアクションの表示名。

readonly title?: string;

プロパティ値

string

type

上位のアクション フィールドの種類。

readonly type: TopActionsFieldType;

プロパティ値