Skip to content

Documentation / @agentick/shared / DTSerializedFiberNode

Interface: DTSerializedFiberNode

Defined in: devtools.ts:346

Serialized fiber node for DevTools component tree.

Properties

children

children: DTSerializedFiberNode[]

Defined in: devtools.ts:358

Child fibers


hooks

hooks: DTSerializedHookState[]

Defined in: devtools.ts:356

Hook states for this component


id

id: string

Defined in: devtools.ts:348

Unique fiber ID


key

key: string | number | null

Defined in: devtools.ts:352

React-style key


props

props: Record<string, unknown>

Defined in: devtools.ts:354

JSON-safe props (functions/symbols removed)


type

type: string

Defined in: devtools.ts:350

Component name or intrinsic type

Released under the ISC License.