Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/results/ResultsUtils"

Index

Type aliases

FieldSortingFunction

FieldSortingFunction: function

Type declaration

Variables

Const DEFAULT_COLLECTION_ID

DEFAULT_COLLECTION_ID: "adhoc_results" = "adhoc_results"

Functions

buildFieldSortingFunction

cloneFeatureAttribute

handleInlineMenuActionClick

  • handleInlineMenuActionClick(e: MouseEvent, element: HTMLElement, currentActiveElement: HTMLElement, container: HTMLElement, currentView: ResultsViewBase, context?: any): void
  • Deals with the logic of properly showing the in-line flyout menu for each result element. It makes sure that no more that one result element actions menu is open at any given time and that the menus are exclusive with the activation of the hoisted menu as well.

    Parameters

    • e: MouseEvent
    • element: HTMLElement
    • currentActiveElement: HTMLElement
    • container: HTMLElement
    • currentView: ResultsViewBase
    • Optional context: any

    Returns void

orderFeatureAttributes

showResultsStatusMessage

  • showResultsStatusMessage(app: Application, numberOfFeatures?: number): void
  • Parameters

    Returns void