Blockbench Reference Docs
    Preparing search index...

    Represents a root token.

    interface RootToken {
        arguments?: string[];
        id: string;
        priority?: number;
    }
    Index

    Properties

    arguments?: string[]

    The arguments of the root token.

    id: string

    The ID of the new root token.

    priority?: number

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