Documentation / @ripl/vue / partitionProps
Function: partitionProps() ​
partitionProps(
changed,stateKeys,paintedKeys):RiplPropPartition
Defined in: adapters/vue/src/core/state.ts:103
Partitions changed props into animatable state and plain fields.
Parameters ​
| Parameter | Type | Description |
|---|---|---|
changed | RiplWritable | The props that changed. |
stateKeys | ReadonlySet<string> | The prop names that are animatable state. |
paintedKeys | ReadonlySet<string> | The field names that change how the element paints. |
Returns ​
The two halves, and flags describing what needs applying.