Events emitted by the data/Schema!Schema class.

Hierarchy (view full)

Properties

Emitted after a field extension is added to the collection.

Emitted after a field extension is removed from the collection.

Emitted before a field extension is added to the collection.

Emitted before a field extension is removed from the collection.

Emitted when a field extension in the collection changes.

property-change: {
    property: keyof SchemaProperties;
}

Fires when a setting is changed, either locally or by a parent settings instance. The event object contains the name of the setting that changed.