接口 IButtonPanePropertyItemOptions

Optional properties for Button Pane property item

interface IButtonPanePropertyItemOptions {
    itemMinWidth?: number;
}

属性

itemMinWidth?: number

Minimum width for each item within the layout. If undefined, it will default to 6.