Element: <oj-diagram-child-content>

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92237-01

Since:
  • 12.0.0
Module:
  • ojdiagram

JET Diagram Child Content

The oj-diagram-child-content element is used to by the nodeContentTemplate Slot and the nodeContent renderer to indicate where the container node child contents should be placed. This element does not support any child content or attributes and will be removed from the DOM when the node is rendered.


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.