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 ​
| Property | Type | Description | Defined in |
|---|---|---|---|
fields | RiplWritable | The changed props that are plain fields. | adapters/vue/src/core/state.ts:24 |
hasPaintedField | boolean | Whether a changed field affects painting, so a repaint has to be requested. | adapters/vue/src/core/state.ts:28 |
hasState | boolean | Whether any animatable state changed. | adapters/vue/src/core/state.ts:26 |
state | RiplWritable | The changed props that are animatable element state. | adapters/vue/src/core/state.ts:22 |