Optional properties for Button Pane property item
export interface IButtonPanePropertyItemOptions { itemMinWidth?: number;} Copy
export interface IButtonPanePropertyItemOptions { itemMinWidth?: number;}
Optional
Minimum width for each item within the layout. If undefined, it will default to 6.
Optional properties for Button Pane property item
Source