@apiref-examples/core » (main) » ChangeHandlers type-aliasMaps each property to an optional change handler. Type{ [Key in keyof T]+?: (value: T[Key]) => void }