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

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    facebookLogo: string = FacebookLogo
    iframeCode?: string
    iframeUrl?: string
    isPanelVisible: boolean = false
    linkedInLogo: string = LinkedInLogo
    mailLogo: string = MailLogo
    name: string
    panelTitle: string = 'share-panel'
    panelTogglePath: string = 'interface.sharePanelVisible'
    qrCode?: string
    rendered: boolean = false
    shadow: ShadowRoot
    shareLink?: string
    styleUrl: string | null = null
    styleUrls: string[] = ...
    success: boolean = true
    template: Hole | (() => Hole)
    templateUrl: string = './template.html'
    twitterLogo: string = TwitterLogo

    Accessors

    Methods

    • Convert the string in parameter with uHtml and return it. This allows to convert a string with html in a right html object. For example, htmlUnsafe('

      ') will return an html div object.

      Parameters

      • str: string

      Returns Hole

    • 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