Blockbench Reference Docs
    Preparing search index...

    Type Parameters

    • T extends Record<string, string>
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Type Parameters

      • T extends Record<string, string>

      Parameters

      • id: string
      • options: {
            default?: T[keyof T];
            options: T;
            value?: T[keyof T];
            onChange?(value: T[keyof T]): void;
        }

      Returns SelectInput<T>

    Properties

    node: HTMLElement

    Methods