Blockbench Reference Docs
    Preparing search index...

    Represents the options for a namespace union.

    interface NamespaceUnionOptions {
        id: string;
        priority?: number;
        shorthand?: string;
    }
    Index

    Properties

    id: string

    The ID of the new namespace.

    priority?: number

    The suggestion priority of the namespace. A higher number means it will be suggested first.

    shorthand?: string

    The shorthand of the new namespace. Eg. q for query.