Module yrs::types

source ·

Re-exports§

Modules§

Structs§

Enums§

  • A single change done over an array-component of shared data type.
  • A single change done over a text-like types: Text or [XmlText].
  • A single change done over a map-component of shared data type.
  • Generalized wrapper around events fired by specialized shared data types.
  • A single segment of a Path.
  • Value that can be returned by Yrs data types. This includes Any which is an extension representation of JSON, but also nested complex collaborative structures specific to Yrs.

Constants§

Traits§

Type Aliases§

  • An alias for map of attributes used as formatting parameters by Text and [XmlText] types.
  • A path describing nesting structure between shared collections containing each other. It’s a collection of segments which refer to either index (in case of Array or [XmlElement]) or string key (in case of Map) where successor shared collection can be found within subsequent parent types.