GeoLeaf Core API - v3.0.0
    Preparing search index...

    Variable _UIEventDelegationConst

    _UIEventDelegation: {
        attachTrackedListener: (
            element: HTMLElement,
            event: string,
            handler: EventListener,
            options?: boolean | AddEventListenerOptions,
        ) => string | null;
        cleanupAllListeners: () => number;
        attachAccordionEvents: (container: HTMLElement) => string | null;
    } = ...

    Type Declaration

    • attachTrackedListener: (
          element: HTMLElement,
          event: string,
          handler: EventListener,
          options?: boolean | AddEventListenerOptions,
      ) => string | null
    • cleanupAllListeners: () => number
    • attachAccordionEvents: (container: HTMLElement) => string | null