MCPcopy Index your code
hub / github.com/thesysdev/openui / useRenderNode

Function useRenderNode

packages/react-lang/src/context.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 * Get the renderNode function for rendering nested component values.
80 */
81export function useRenderNode() {
82 return useOpenUI().renderNode;
83}
84
85/**
86 * Get the triggerAction function for firing structured action events.

Callers 1

RenderNodeInnerFunction · 0.90

Calls 1

useOpenUIFunction · 0.70

Tested by

no test coverage detected