@turbowarp/types-tw
    Preparing search index...
    interface ButtonBlock {
        blockType: "button";
        filter?: ("target" | "sprite")[];
        func: string;
        text: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockType: "button"
    filter?: ("target" | "sprite")[]
    func: string
    text: string | string[]