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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activeDrawingLayer?: LayerDrawing
    arrowPositions: Record<ArrowPosition, string> = ...
    arrowStyles: Record<ArrowStyle, string> = ...
    batchCreateMode: boolean = false
    buttons: { id: string; tool: DrawingShape | null }[] = ...
    cesiumDrawing: CesiumDrawing
    checkedIcon: string = checkedIcon
    colorPickers: [GirafeColorPicker, () => string][] = []
    defaultLayerName: string = 'My Drawing'
    drawingState: DrawingState
    fixedLengthEnabled: boolean = false
    isPanelVisible: boolean = false
    lineStyles: Record<string, string> = ...
    locateIcon: string = locateIcon
    name: string
    noCheckedIcon: string = noCheckedIcon
    notVisibleIcon: string = notVisibleIcon
    olDrawing: OlDrawing
    panelTitle: string = 'drawing-panel'
    panelTogglePath: string = 'interface.drawingPanelVisible'
    rendered: boolean = false
    renderedOnce: boolean = false
    shadow: ShadowRoot
    styleUrl: string | null = null
    styleUrls: string[] = ...
    template: Hole | (() => Hole)
    templateUrl: string = './template.html'
    toolSelected: Element | null = null
    trashIcon: string = trashIcon
    visibleIcon: string = visibleIcon

    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