@turbowarp/types-tw
    Preparing search index...
    interface BooleanBlock {
        arguments?: Record<string, Argument>;
        blockIconURI?: string;
        blockShape?: 2 | 1 | 3;
        blockType: "Boolean";
        filter?: ("target" | "sprite")[];
        func?: string;
        hideFromPalette?: boolean;
        opcode: string;
        text: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments?: Record<string, Argument>
    blockIconURI?: string
    blockShape?: 2 | 1 | 3
    blockType: "Boolean"
    filter?: ("target" | "sprite")[]
    func?: string
    hideFromPalette?: boolean
    opcode: string
    text: string | string[]