Documentation / @ripl/vue / RiplUpdatedPayload
Interface: RiplUpdatedPayload ​
Defined in: adapters/vue/src/types.ts:36
The payload carried by an updated event: the state property that changed and its new value.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
key | PropertyKey | The state property that changed. | adapters/vue/src/types.ts:38 |
value | unknown | The value the property changed to. | adapters/vue/src/types.ts:40 |