Skip to main content

CreateElevationProfileButtonRuntime

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/ui/controls/createElevationProfileButtonRuntime / CreateElevationProfileButtonRuntime

Interface: CreateElevationProfileButtonRuntime

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:34

Properties​

createAbortController​

createAbortController: () => AbortController

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:35

Returns​

AbortController


createButton​

createButton: () => HTMLButtonElement

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:36

Returns​

HTMLButtonElement


createDocumentElement​

createDocumentElement: <K>(targetDocument: Document, tagName: K) => HTMLElementTagNameMap[K]

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:37

Type Parameters​

K​

K extends keyof HTMLElementTagNameMap

Parameters​

targetDocument​

Document

tagName​

K

Returns​

HTMLElementTagNameMap[K]


createElement​

createElement: <K>(tagName: K) => HTMLElementTagNameMap[K]

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:41

Type Parameters​

K​

K extends keyof HTMLElementTagNameMap

Parameters​

tagName​

K

Returns​

HTMLElementTagNameMap[K]


createSvgElement​

createSvgElement: <K>(tagName: K) => SVGElementTagNameMap[K]

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:44

Type Parameters​

K​

K extends keyof SVGElementTagNameMap

Parameters​

tagName​

K

Returns​

SVGElementTagNameMap[K]


getChartOverlayColorPalette​

getChartOverlayColorPalette: () => ChartOverlayColorPalette | undefined

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:47

Returns​

ChartOverlayColorPalette | undefined


isDarkTheme​

isDarkTheme: () => boolean

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:48

Returns​

boolean


openPopupWindow​

openPopupWindow: (url: string, target: string, features: string) => ElevationProfilePopupWindow

Defined in: utils/ui/controls/createElevationProfileButtonRuntime.ts:49

Parameters​

url​

string

target​

string

features​

string

Returns​

ElevationProfilePopupWindow