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

    Hierarchy (View Summary)

    Index
    abortController: AbortController
    classification: Uint8Array
    crossSectionState: CrossSectionState
    currentRefreshId: symbol | undefined
    darkFrontendMode: boolean = false
    displayStyle?: string
    dock: "left" | "right" | "bottom"
    feedbackTemplateHtml?: string
    group: Uint8Array
    intensity: Uint16Array
    name: string
    panel: HTMLDivElement | null = null
    pytreeManager: PytreeManager | null = null
    rendered: boolean = false
    rgb: Uint8Array
    scatterplot: Scatterplot | undefined
    shadow: ShadowRoot
    styleUrls: string[] = ...
    template: Hole | (() => Hole)
    templateUrl: string = './template.html'
    uv: Float32Array
    • get isFullscreenComponent(): boolean

      Whether this Component must stay visible when the App is in Fullscreen Mode. Controlled by the "fullscreen" attribute (default: false).

      Returns boolean

    • 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

    • Parameters

      • lineWidth: number
      • lineCoordinates: [number, number][]
      • incremental: boolean = false

      Returns Promise<void>

    • 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