Lines Matching refs:NodeContent
6 …omponents-contentSlot.md), which can bind a [NodeContent](../reference/apis-arkui/js-apis-arkui-No…
10 import { NodeContent } from '@kit.ArkUI';
15 // Initialize the NodeContent object.
16 private rootSlot = new NodeContent();
21 // Pass the NodeContent object for the native side to create component mounting and display.
35 // Bind the NodeContent and ContentSlot placeholder component.
123 import { NodeContent } from '@kit.ArkUI';
128 // Initialize the NodeContent object.
129 private rootSlot = new NodeContent();
134 … // Pass the NodeContent object for the native side to create component mounting and display.
148 // Bind the NodeContent and ContentSlot placeholder component.
226 // Add the native component to NodeContent for mounting and display.
230 // Unmount the component from NodeContent and destroy the native component.
262 // Obtain NodeContent.