@minecraft/server-editor
    Preparing search index...

    Interface IDividerPropertyItemOptionsBeta

    Optional properties for Divider property item

    interface IDividerPropertyItemOptions {
        vertical?: boolean;
    }
    Index

    Properties

    Properties

    vertical?: boolean

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