- Preparing search index...
- The search index is not available
@openhps/core
Properties
Static
NODES
NODES
: Map<string, ClassDeclaration<Node<any, any>>> = ...
Static
SERVICES
SERVICES
: Map<string, ClassDeclaration<Service>> = ...
Methods
Static
deserialize
- deserialize<In, Out>(model: SerializedModel): Model<In, Out>
-
Returns Model<In, Out>
Static
deserializeNode
- deserializeNode<In, Out>(node: any): Node<In, Out>
-
Returns Node<In, Out>
Static
serializeNode
- serializeNode(node: Node<any, any>): any
-
Returns any
Model serializer allows you to serialize a positioning model to JSON.