ActorID

value class ActorID(val value: String) : Comparable<ActorID>

ActorID is used to identify who is making changes to the document. It is a hexadecimal string and should be generated by a unique value.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: ActorID): Int