Documentation / @ripl/vue / applyState
Function: applyState() ​
applyState(
element,state):void
Defined in: adapters/vue/src/core/state.ts:130
Writes state values through the element's accessors, which mark it dirty and emit updated.
Parameters ​
| Parameter | Type |
|---|---|
element | Element |
state | RiplWritable |
Returns ​
void