Options
All
  • Public
  • Public/Protected
  • All
Menu

SelectionPanel component props

export
interface

ISelectionPanelProps

Hierarchy

  • ISelectionPanelProps

Index

Properties

allowHtmlValues

allowHtmlValues: boolean

Controls whether HTML values are allowed be rendered in property values

since

0.11

type

{boolean}

memberof

ISelectionPanelProps

Optional cleanHTML

cleanHTML: undefined | function

If allowHtmlValues = true, defines a custom function for sanitizing the given HTML string to guard against cross-site scripting attacks. You are strongly recommended to provide a santitization function if your HTML property values come from an un-trusted source

since

0.11

memberof

ISelectionPanelProps

Optional locale

locale: undefined | string

Optional maxHeight

maxHeight: undefined | number

onRequestZoomToFeature

onRequestZoomToFeature: function

Type declaration

onShowSelectedFeature

onShowSelectedFeature: function

Type declaration

    • (layerId: string, featureIndex: number): void
    • Parameters

      • layerId: string
      • featureIndex: number

      Returns void

Optional selectedFeatureRenderer

selectedFeatureRenderer: undefined | function

selection

Generated using TypeDoc