Module Values.ContentBlockDeltaEventSource

The content block delta event.

Sourcetype nonrec t = {
  1. delta : ContentBlockDelta.t option;
    (*

    The delta for a content block delta event.

    *)
  2. contentBlockIndex : NonNegativeInteger.t option;
    (*

    The block index for a content block delta event.

    *)
}
Sourceval make : ?delta:??? -> ?contentBlockIndex:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of NonNegativeInteger.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of 'a list ]) list ] list | `String of String_.t | `Structure of (string * [> `Blob of Blob.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Blob of ImageSourceBytesBlob.t | `String of String_.t | `Structure of (string * [> `Integer of DocumentCharLocationDocumentIndexInteger.t | `String of String_.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t