Skip to content

Documentation / @agentick/core / SerializedHook

Interface: SerializedHook ​

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

Serialized hook state for devtools.

Properties ​

deps? ​

optional deps: unknown[]

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


index ​

index: number

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


status? ​

optional status: string

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


type ​

type: string

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


value ​

value: unknown

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

Released under the ISC License.