Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "listmodel/node"

file

This contains most of the data types used by the ListDocumentModel. While index.ts does most of the heavy lifting, this file is the source of most definitions used there. The files were split to make it easier for me to switch since I can switch using tabs in my text editor.

author

Nathan Pennie kb1rd@kb1rd.net

Index

Enumerations

Classes

Type aliases

Variables

Functions

Type aliases

DocEnd

DocEnd: "E"

DocStart

DocStart: "S"

LeftAnchor

LeftAnchor: DocStart | LogootPosition

RightAnchor

RightAnchor: LogootPosition | DocEnd

Variables

Const DocEnd

DocEnd: "E" = "E"

Const DocStart

DocStart: "S" = "S"

Functions

sliceNodesIntoRanges

Generated using TypeDoc