次の方法で共有


ITopActionsButtonProps interface

TopActions ボタンの小道具。

プロパティ

ariaDescription

スクリーン リーダーのためのボタンの詳細な説明。

ボタンの種類には、スクリーン リーダーに提供される詳細情報が必要です。

ariaLabel

スクリーン リーダーのためのボタンの読み上げラベル。

description

このボタンで実行するアクションの説明。

disabled

ボタンが無効かどうか。

icon

表示するボタン アイコン。

text

要素のテキストを表示します。

プロパティの詳細

ariaDescription

スクリーン リーダーのためのボタンの詳細な説明。

ボタンの種類には、スクリーン リーダーに提供される詳細情報が必要です。

readonly ariaDescription?: string;

プロパティ値

string

ariaLabel

スクリーン リーダーのためのボタンの読み上げラベル。

readonly ariaLabel?: string;

プロパティ値

string

description

このボタンで実行するアクションの説明。

readonly description?: string;

プロパティ値

string

disabled

ボタンが無効かどうか。

readonly disabled?: boolean;

プロパティ値

boolean

icon

表示するボタン アイコン。

readonly icon?: string;

プロパティ値

string

text

要素のテキストを表示します。

readonly text: string;

プロパティ値

string