Hierarchy

  • Controller

Properties

attributes: Attribute[]

The list of attributes to create the form with.

disabled: boolean

Whether the fieldset should be disabled or not.

feature: Feature<Geometry>

The feature containing the values.

ngeoEventHelper_: EventHelper
properties: Object

The properties bound to the form, initialized with the inner properties of the feature.

scope_: IScope
updating_: boolean

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.

Methods

Generated using TypeDoc