Change triggered by the Change Associate Mode update action.

interface ChangeAssociateModeChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "ChangeAssociateModeChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "ChangeAssociateModeChange"