Type alias OperationMeta

OperationMeta: {
    schemaId: string;
    previous?: string[];
}

Meta fields which are given next to action and version.

Type declaration

  • schemaId: string

    Id of schema this operation matches

  • Optional previous?: string[]

    Document view id pointing at previous operations, needs to be set for UPDATE and DELETE operations

Generated using TypeDoc