Optional properties for Button Pane property item

interface IButtonPanePropertyItemOptions {
    itemMinWidth?: number;
}

Properties

Properties

itemMinWidth?: number

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

MMNEPVFCICPMFPCPTTAAATR