@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    callbacks: Callback[] = []
    displayStyle?: string
    iconUrl: string | null = null
    layer?: Layer
    legendUrls: Record<string, string> = {}
    name: string
    rendered: boolean = false
    shadow: ShadowRoot
    styleUrl: string | null = null
    styleUrls: string[] = ...
    template: Hole | (() => Hole)
    templateUrl: string = './template.html'
    timeoutId?: Timeout
    wmsLegendHelper: WmsLegendHelper
    observedAttributes: string[] = []

    Accessors

    Methods

    • In the templates, sometimes for accessibility reasons, we have to support the KeyDown Event In those case, we often juste want to do the same as the click event when Enter or Space is pressed Then this method can be used : it just calls the click event on the same element

      Parameters

      • e: KeyboardEvent

      Returns void