data-cap
    Preparing search index...

    Interface DataState<TFields>

    fields and info are always present and always committed/published together as one atomic snapshot -- never independently. See specs/architecture.md.

    interface DataState<TFields> {
        fields: TFields;
        info: DataInfo<TFields>;
    }

    Type Parameters

    • TFields

    Hierarchy (View Summary)

    Index
    fields: TFields

    The capability's current field values.

    Execution metadata mirroring fields' shape -- status/error/timestamps, never the values themselves.