Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
EmbeddedSchematicNode
Embed a schematic node using the host component.
Import
import { EmbeddedSchematicNode } from "@dartwic/interface-sdk/ui";Declaration
export const EmbeddedSchematicNode: HostComponent<Record<string, unknown>>;