Usage
Typescript Import Format
//To typecheck the element APIs, import as below.
import { DiagramChildContentElement } from "ojs/ojdiagram";
//For the transpiled javascript to load the element's module, import as below
import "ojs/ojdiagram";
For additional information visit:
Note: Application logic should not interact with the component's properties or invoke its methods until the BusyContext indicates that the component is ready for interaction.