Blockbench Reference Docs
    Preparing search index...

    Interface MolangAutocompleteContextOptions

    Represents the options for a context.

    interface MolangAutocompleteContextOptions {
        id: string;
        inheritedContext?: Context;
        rootTokens?: RootToken[];
    }
    Index

    Properties

    id: string

    The ID of the new context.

    inheritedContext?: Context

    The inherited context.

    rootTokens?: RootToken[]

    The root tokens in the new context.