Properties
Static NODES
NODES: Map<string, ClassDeclaration<Node<any, any>>> = ... Static SERVICES
SERVICES: Map<string, ClassDeclaration<Service>> = ... Methods
Static Protected initialize
- initialize(): void
Returns void
Static Protected loadClasses
- loadClasses(module?): void
Parameters
- module: NodeModule = require.main
Returns void
Static serialize
- serialize(model): any
Returns any
Static serializeNode
- serializeNode(node): any
Returns any
Model serializer allows you to serialize a positioning model to JSON.