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: {}

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

Type declaration

    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

    • Never keep a undefined values, use null. On boolean, replace null by false. On date, datetime and time replace empty string by null.

      Parameters

      Returns void

    Generated using TypeDoc