Taos API Reference
    Preparing search index...

    Interface BlockEntity

    Per-block state record. type is the owning block id; other fields are block-specific.

    interface BlockEntity {
        type: number;
        [field: string]: unknown;
    }

    Indexable

    • [field: string]: unknown
    Index

    Properties

    Properties

    type: number