Skip to content

Function: rowDrifts()

rowDrifts(value, effective): boolean

Defined in: packages/aiui-oracle/src/params.ts:468

Whether what we asked for and what is in force disagree in a way worth flagging.

An UNSET row is never drift: not sending a field means "your default", so the platform holding one is agreement, not conflict. Only a value we actually asked for and did not get counts — otherwise every untouched row would light up the moment a server echoed its own defaults back, and the signal that matters would be lost in it.

Parameters

value

unknown

effective

unknown

Returns

boolean