Script API - v1.26.10.20
    Preparing search index...

    Optional style arguments for pane items

    type PaneItemStyle = {
        maxWidth?: number | LayoutSize;
        minWidth?: number | LayoutSize;
        verticalAlignment?: LayoutAlignment;
        width?: number | LayoutSize | LayoutFlex;
    }
    Index

    Properties

    maxWidth?: number | LayoutSize
    minWidth?: number | LayoutSize
    verticalAlignment?: LayoutAlignment
    width?: number | LayoutSize | LayoutFlex