ControlBarProps interface
の <xref:ControlBar>Props。
プロパティ
children | 子コンポーネントReactします。 |
layout | コントロール バーのレイアウトを変更します。
使用可能なレイアウトは |
styles | ユーザーがカスタム CSS スタイルを含むオブジェクトを渡すことができます。 例
|
プロパティの詳細
children
子コンポーネントReactします。
children?: React_2.ReactNode
プロパティ値
React_2.ReactNode
layout
コントロール バーのレイアウトを変更します。
使用可能なレイアウトはhorizontal
、、vertical
、、dockedTop
、、dockedBottom
、dockedLeft
、dockedRight
、floatingTop
floatingBottom
、、 floatingLeft
です。floatingRight
既定値はレイアウトです horizontal
。
layout?: ControlBarLayout
プロパティ値
styles
ユーザーがカスタム CSS スタイルを含むオブジェクトを渡すことができます。
例
<ControlBar styles={{ root: { background: 'blue' } }} />
styles?: BaseCustomStyles