A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface NodeFragmentOptions

    Stream identity, payload, sequence, and continuation fields.

    interface NodeFragmentOptions {
        continued?: boolean;
        data?: Chunk | NodeRef;
        id?: string;
        seq?: number | null;
    }
    Index
    continued?: boolean
    data?: Chunk | NodeRef
    id?: string
    seq?: number | null