Whether the fieldset should be disabled or not.
The feature containing the values.
The properties bound to the form, initialized with the inner properties of the feature.
While changes happen from the form (from the template), they are applied to the feature inner properties. The 'propertychange' event registered above does the opposite, i.e. it listens to the feature inner properties changes and apply them to the form. To prevent circular issues, while applying changes coming from the form, this flag is set. While set, changes from the feature inner properties are ignored.
Cleanup event listeners.
Initialise the component.
Event.
Called when an input node value changes
Attribute name
Never keep a undefined values, use null. On boolean, replace null by false. On date, datetime and time replace empty string by null.
Generated using TypeDoc
The list of attributes to create the form with.