Documentation / @agentick/react / UseContextInfoResult
Interface: UseContextInfoResult ​
Defined in: react/src/hooks/use-context-info.ts:37
Return value from useContextInfo hook.
Properties ​
clear() ​
clear: () =>
void
Defined in: react/src/hooks/use-context-info.ts:46
Clear the current context info.
Returns ​
void
contextInfo ​
contextInfo:
ContextInfo|null
Defined in: react/src/hooks/use-context-info.ts:41
Latest context info (null before first tick completes).