Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureFormProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

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 groupDisplay

groupDisplay: "all" | "sequential"

Defines how groups will be displayed to the user.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the title of the form.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional layer

Layer containing the editable feature attributes.

Read more...

Optional title

title: string

The title of the form.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc