Interface: DevToolsTargetInspection

devtools.DevToolsTargetInspection

Inspection snapshot of a registered reactive target object or domain store.

Table of contents

Properties

Properties

graph

graph: DependencyGraphNode

Dependency graph node detailing subscriber counts per property.


id

id: string

Unique registration ID or name.


name

name: string

Constructor or class name of the target object.


state

state: Record<string, unknown>

Current reactive properties and their sanitized values.