Condividi tramite


PropertyChangeType type

Definisce i valori per PropertyChangeType. I valori possibili includono: 'Insert', 'Update', 'Remove'

type PropertyChangeType = "Insert" | "Update" | "Remove"