Lines Matching refs:NodeContent
32 import { NodeContent, UIContext, RefreshModifier, ComponentContent } from '@kit.ArkUI';
51 slot?: NodeContent;
85 childSlot?: NodeContent;
109 // Create a NodeContent slot object for mounting Refresh child components.
110 let nodeSlot = new NodeContent();
126 …rt function updateMixedRefresh(refresh: ComponentContent<RefreshAttribute>, childSlot: NodeContent,
160 import { NodeContent } from '@kit.ArkUI';
166 private rootSlot = new NodeContent();
417 …// Use NodeContent to mount the component (can be a transformation object of ArkTS on the native s…
423 // Use NodeContent to remove the component.
429 // Use NodeContent to insert the component.
574 …// Save the ArkTS NodeContent to prevent the object on the ArkTS side from being released and for …
713 // Obtain NodeContent.