Anchorage API reference
    Preparing search index...
    interface SendStateBody {
        attributes?: Record<string, string | number | boolean | null>;
        cacheKey: string;
        contents: string;
        delta?: unknown;
        id: string;
        mode?: "snapshot" | "delta";
        value?: unknown;
    }
    Index

    Properties

    attributes?: Record<string, string | number | boolean | null>
    cacheKey: string
    contents: string
    delta?: unknown
    id: string
    mode?: "snapshot" | "delta"
    value?: unknown