JDOM element
Optional
query: ((n: TEventSource) => TValue)query run whenever a change is signaled by the component
Optional
deps: DependencyListoptional list of hooks dependencies
Optional
isEqual: ((a: TValue, b: TValue) => boolean)Generated using TypeDoc
A hook that tracks the CHANGE event in a Jacdac component and reruns, caches the query. The query is not part of the dependency checking.
Returns