Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Op

Hierarchy

  • Op

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Op(element: Element, type: string, pos: number, pos2?: number): Op
  • Parameters

    • element: Element
    • type: string
    • pos: number
    • Optional pos2: number

    Returns Op

Properties

element

element: Element

pos

pos: number

pos2

pos2: number

type

type: string

Static CLEAR

CLEAR: string = "clear"

Static DELETE

DELETE: string = "delete"

Static INSERT

INSERT: string = "insert"

Static MOVE

MOVE: string = "move"

Methods

toString

  • toString(ops: Op[]): string
  • Parameters

    • ops: Op[]

    Returns string

Generated using TypeDoc