Skip to content

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 ​

PropertyTypeDescriptionDefined in
keyPropertyKeyThe state property that changed.adapters/vue/src/types.ts:38
valueunknownThe value the property changed to.adapters/vue/src/types.ts:40