API reference · generated from sourceInterface: UseRawOptions# Defined in: useRaw.ts:27 Properties# PropertyTypeDescriptionDefined in listenerType?"nodeChanged" | "treeChanged"Listener type for re-render invalidation. Defaults to "nodeChanged", exactly like useNode: the component re-renders when the node's own data changes. Pass "treeChanged" to opt in to subtree invalidation.useRaw.ts:33