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

    接口 IDividerPropertyItemOptions

    Optional properties for Divider property item

    interface IDividerPropertyItemOptions {
        vertical?: boolean;
    }
    索引

    属性

    属性

    vertical?: boolean

    If true, renders the divider as a vertical line rather than horizontal.