Skip to content

⏩ type defintations required for Operations and Cursor #10

@noob77777

Description

@noob77777

Feature Request

type Operations and type Cursor implementation

Summary

define the following types

  • Cursor

A vector of id that uniquely identify the path in Node tree.
  • Operation

{
    id: LamportCounter
    deps: []LamportCounter
    cursor: Cursor
    mutation: ASSIGN | DELETE | INSERT | GET
    value: *Node
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions