Skip to main content

UpdateMapThemeRuntime

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/theming/specific/updateMapThemeRuntime / UpdateMapThemeRuntime

Interface: UpdateMapThemeRuntime

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:21

Properties​

addDocumentListener​

addDocumentListener: (eventName: string, listener: EventListener, options: AddEventListenerOptions) => void

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:22

Parameters​

eventName​

string

listener​

EventListener

options​

AddEventListenerOptions

Returns​

void


addWindowBeforeUnloadListener​

addWindowBeforeUnloadListener: (listener: EventListener, options: AddEventListenerOptions) => void

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:27

Parameters​

listener​

EventListener

options​

AddEventListenerOptions

Returns​

void


createAbortController​

createAbortController: () => AbortController

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:31

Returns​

AbortController


isHTMLElement​

isHTMLElement: (element: Element | null) => element is HTMLElement

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:32

Parameters​

element​

Element | null

Returns​

element is HTMLElement


queryLeafletMap​

queryLeafletMap: () => Element | null

Defined in: utils/theming/specific/updateMapThemeRuntime.ts:33

Returns​

Element | null