Blockbench Reference Docs
    Preparing search index...

    Represents a query.

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

    Properties

    arguments?: string[]

    The arguments of the query.

    id: string

    The ID of the new query.

    priority?: number

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