reactive since v1.0.0modifier¶
Enables the Ignition Reactive State engine for the target class. This modifier ensures that all properties within the interface are automatically wrapped in dependency-tracking objects.
reactive<I>(interface: I) -> I
Parameters¶
| Name | Type | Description |
|---|---|---|
interface |
I |
The interface to be made reactive. |
Returns¶
| Type | Description |
|---|---|
I |
The interface itself; a passthrough return. |