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

    Hierarchy (View Summary)

    Index

    Properties

    arguments?: Record<string, Argument>
    blockIconURI?: string
    blockShape?: 2 | 1 | 3
    blockType: "conditional"
    branchCount?: number

    Defaults to 1.

    filter?: ("target" | "sprite")[]
    func?: string
    hideFromPalette?: boolean
    isTerminal?: boolean

    Defaults to false.

    opcode: string
    text: string | string[]