Skip to main content

ShowUpdateNotificationRuntime

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/ui/notifications/showUpdateNotificationRuntime / ShowUpdateNotificationRuntime

Interface: ShowUpdateNotificationRuntime

Defined in: utils/ui/notifications/showUpdateNotificationRuntime.ts:14

Properties​

createElement​

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

Defined in: utils/ui/notifications/showUpdateNotificationRuntime.ts:15

Type Parameters​

K​

K extends keyof HTMLElementTagNameMap

Parameters​

tagName​

K

Returns​

HTMLElementTagNameMap[K]


queryNotificationElement​

readonly queryNotificationElement: (selector: string) => HTMLElement | null

Defined in: utils/ui/notifications/showUpdateNotificationRuntime.ts:18

Parameters​

selector​

string

Returns​

HTMLElement | null