Skip to content

Documentation / @agentick/core / SerializedHook

Interface: SerializedHook

Defined in: core/src/app/types.ts:1231

Serialized hook state for devtools.

Properties

deps?

optional deps: unknown[]

Defined in: core/src/app/types.ts:1235


index

index: number

Defined in: core/src/app/types.ts:1232


status?

optional status: string

Defined in: core/src/app/types.ts:1236


type

type: string

Defined in: core/src/app/types.ts:1233


value

value: unknown

Defined in: core/src/app/types.ts:1234

Released under the ISC License.