interface
SchemaEmbeddedTree
Public interface SchemaEmbeddedTree from @riducms/protocol.
Properties
| Property | Type | Description |
|---|---|---|
version | number | The version value. |
key | string | The key value. |
root | string[] | The root value. |
children | string | The children value. |
tag | string | The tag value. |
cases | SchemaEmbeddedTreeCase[] | The cases value. |
Full signature
interface SchemaEmbeddedTree { ... }