Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildingComponentSublayerProperties

Hierarchy

Index

Properties

Optional definitionExpression

definitionExpression: string

The SQL where clause used to filter features on the client.

Read more...

Optional listMode

listMode: "show" | "hide"

Indicates how the layer should display in the LayerList widget.

Read more...

Optional opacity

opacity: number

Opacity of the sublayer.

Read more...

Optional outFields

outFields: string[]

An array of field names from the service to include with each feature.

Read more...

Optional popupEnabled

popupEnabled: boolean

Indicates whether to display popups when features in the layer are clicked.

Read more...

Optional popupTemplate

The popup template for the sublayer.

Read more...

Optional renderer

The renderer assigned to the sublayer.

Read more...

Optional title

title: string

The title of the sublayer used to identify it in places such as the LayerList and Legend widgets.

Read more...

Optional visible

visible: boolean

Indicates if the sublayer is visible in the view.

Read more...

Generated using TypeDoc