Skip to content

Documentation / @agentick/shared / DTFiberSummary

Interface: DTFiberSummary

Defined in: devtools.ts:364

Summary statistics for a fiber tree.

Properties

componentCount

componentCount: number

Defined in: devtools.ts:366

Number of components in the tree


hookCount

hookCount: number

Defined in: devtools.ts:368

Total number of hooks


hooksByType

hooksByType: Partial<Record<DTHookType, number>>

Defined in: devtools.ts:370

Hook count by type

Released under the ISC License.