override_hooks
Modify React component hook values during debugging to test different states and behaviors in development.
Instructions
Override a hook value on a function component
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element ID | |
| hookIndex | Yes | Hook index | |
| path | Yes | Path within hook value | |
| value | Yes | New value |