Skip to content

Documentation / @ripl/vue / RiplPropPartition

Interface: RiplPropPartition ​

Defined in: adapters/vue/src/core/state.ts:20

The two halves a changed prop batch splits into, and what each half needs applying.

Properties ​

PropertyTypeDescriptionDefined in
fieldsRiplWritableThe changed props that are plain fields.adapters/vue/src/core/state.ts:24
hasPaintedFieldbooleanWhether a changed field affects painting, so a repaint has to be requested.adapters/vue/src/core/state.ts:28
hasStatebooleanWhether any animatable state changed.adapters/vue/src/core/state.ts:26
stateRiplWritableThe changed props that are animatable element state.adapters/vue/src/core/state.ts:22