interface ButtonBlock {
    blockType: "button";
    filter?: ("target" | "sprite")[];
    func: string;
    text: string | string[];
}

Hierarchy (View Summary)

Properties

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