Options
All
  • Public
  • Public/Protected
  • All
Menu

Selected feature popup configuration for an external layer

export
interface

ISelectedFeaturePopupTemplateConfiguration

since

0.14

Hierarchy

  • ISelectedFeaturePopupTemplateConfiguration

Index

Properties

If specified, controls link display for the popup

memberof

ISelectedFeaturePopupTemplateConfiguration

propertyMappings?: INameValuePair[]

If specified, restricts the display of feature properties only to what is specified here. The value part determines the display label.

memberof

ISelectedFeaturePopupTemplateConfiguration

title?: string

Custom popup title. If not set, the default title "Feature Properties" (string value dependent on your locale's string bundle) will be used

memberof

ISelectedFeaturePopupTemplateConfiguration

Methods

  • clusteredTitle(size: number): string
  • The popup title for a selected cluster. If not set, the default title "Cluster Properties" (string value dependent on your locale's string bundle) will be used

    since

    0.14

    Parameters

    • size: number

    Returns string

Generated using TypeDoc