Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "listmodel/logoot"

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

Object literals

Type aliases

BranchKey

BranchKey: symbol | string | number

A type used to identify a branch. This value should be used to look up a user-presentable name in another map stored outside of logootish-js. This is implementation-defined and allows for the broadest possible definition of a branch.

LogootNode

LogootNode: { rclk: LogootInt; type: NodeType }

Type declaration

Variables

LogootInt

LogootInt: Int32

Object literals

Const nt_string

nt_string: object

Names for NodeType that are printed in debug information.

__computed

__computed: string = "REMOVAL"

Generated using TypeDoc