Skip to content

Documentation / @agentick/react / UseContextInfoOptions

Interface: UseContextInfoOptions

Defined in: react/src/hooks/use-context-info.ts:19

Options for useContextInfo hook.

Properties

enabled?

optional enabled: boolean

Defined in: react/src/hooks/use-context-info.ts:31

Whether the hook is enabled. If false, no context info subscription is created.

Default

ts
true

sessionId?

optional sessionId: string

Defined in: react/src/hooks/use-context-info.ts:24

Optional session ID to filter events for. If not provided, receives context info from any session.

Released under the ISC License.