Sanity Library Reference Docs
    Preparing search index...

    One row of a notes-sugar array entry, as the desugared of persists it: _key + the domain body, with the actor/at audit stamps. Like TodoListItem, the sugar guarantees the COLUMNS in the schema, not values per row — actor/at are per-row optional (an appender that doesn't know the author writes a stamp-less row, and rows are lake data any client can write).

    interface NoteItem {
        _key: string;
        actor?: Actor | null;
        at?: string | null;
        body: string;
    }
    Index

    Properties

    Properties

    _key: string
    actor?: Actor | null
    at?: string | null
    body: string