Options
All
  • Public
  • Public/Protected
  • All
Menu

SelectionPanel component props

export
interface

ISelectionPanelProps

Hierarchy

  • ISelectionPanelProps

Index

Properties

allowHtmlValues: boolean

Controls whether HTML values are allowed be rendered in property values

since

0.11

memberof

ISelectionPanelProps

locale?: string
maxHeight?: number
since

0.14

Methods

  • cleanHTML(html: string): string
  • 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

    Parameters

    • html: string

    Returns string

  • onResolveLayerLabel(layerId: string, layerName: string): undefined | string
  • Parameters

    • layerId: string
    • layerName: string

    Returns undefined | string

  • onShowSelectedFeature(layerId: string, selectionKey: string): void
  • Parameters

    • layerId: string
    • selectionKey: string

    Returns void

Generated using TypeDoc