index.isReactive
isReactive(target): boolean
Checks whether a given target object is an active reactive Proxy wrapper or Signal container.
| Name | Type | Description |
|---|---|---|
target |
unknown |
The value or object to inspect. |
boolean
true if the target is reactive; otherwise false.
Example