Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureFormViewModelProperties

Hierarchy

  • FeatureFormViewModelProperties

Index

Properties

Optional description

description: string

The description of the form.

Read more...

Optional feature

The associated feature containing the editable attributes.

Read more...

Optional fieldConfig

Array of individual or grouped field configuration objects.

Read more...

Optional formTemplate

The associated template used for the form.

Read more...

Optional layer

layer: (FeatureLayerProperties & { type: "feature" }) | (SceneLayerProperties & { type: "scene" })

Layer containing the editable feature attributes.

Read more...

Optional title

title: string

The title of the form.

Read more...

Optional valid

valid: boolean

Indicates whether all input fields are valid.

Read more...

Generated using TypeDoc