interface ModifierEdit {
    changed: boolean;
}

Properties

Properties

changed: boolean

Whether either modifier actually moved. false means the editor was confirmed without a change, so there is nothing to re-evaluate.