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

    Hierarchy (View Summary)

    Index

    Properties

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