Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureTemplatesProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

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

Read more...

Optional filterFunction

filterFunction: FilterFunction

Function can be defined to help filter template items within the widget.

Read more...

Optional filterText

filterText: string

Text used to filter items.

Read more...

Optional groupBy

groupBy: string | GroupByFunction

It is possible to group template items.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the labels of grouped feature templates.

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 layers

An array of Featurelayers to display within the widget.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

The visible elements that are displayed within the widget.

Read more...

Generated using TypeDoc