Skip to main content

afterChangeProperties

fires after configuration attributes of the control have been changed dynamically

afterChangeProperties: (properties: object) => void;

Parameters:

Example

form.getItem("simplevault").events.on("afterChangeProperties", function(properties) {
console.log("afterChangeProperties", properties);
});

Change log:

added in v7.0