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