@minecraft
    正在准备搜索索引...

    类型别名 PaneItemStyle

    Optional style arguments for pane items

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

    属性

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