MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / ContainerNodeBase

Interface ContainerNodeBase

packages/plugins/src/index.ts:44–47  ·  view source on GitHub ↗

* Shared structure for nodes that support children.

Source from the content-addressed store, hash-verified

42 * Shared structure for nodes that support children.
43 */
44interface ContainerNodeBase extends DesignNodeBase {
45 /** Ordered child nodes that reside within this container. */
46 children: DesignNode[]
47}
48
49/**
50 * Group node containing an ordered list of child nodes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected