View Source Yex.Doc.Options (y_ex v0.6.3)

Document options.

Summary

Types

@type t() :: %Yex.Doc.Options{
  auto_load: boolean(),
  client_id: integer(),
  collection_id: String.t(),
  guid: String.t() | nil,
  offset_kind: :bytes | :utf16,
  should_load: boolean(),
  skip_gc: boolean()
}