fn
areElementStatesEqual
testedDeep value + selection equality, used as the no-op-change guard.
Signature
ts
export function areElementStatesEqual(a: ElementState, b: ElementState): boolean{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
a | ElementState | — |
b | ElementState | — |
Returns
boolean