Skip to content

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 ​

ParameterType
elementElement
stateRiplWritable

Returns ​

void