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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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