interface LabelBlock {
    blockType: "label";
    filter?: ("target" | "sprite")[];
    text: string | string[];
}

Hierarchy (View Summary)

Properties

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