Skip to main content

RenderTableRuntime

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/rendering/core/renderTableRuntime / RenderTableRuntime

Interface: RenderTableRuntime

Defined in: utils/rendering/core/renderTableRuntime.ts:50

Properties​

clearTimeout​

readonly clearTimeout: (handle: RenderTableTimerHandle) => void

Defined in: utils/rendering/core/renderTableRuntime.ts:51

Parameters​

handle​

RenderTableTimerHandle

Returns​

void


createElement​

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

Defined in: utils/rendering/core/renderTableRuntime.ts:52

Type Parameters​

K​

K extends keyof HTMLElementTagNameMap

Parameters​

tagName​

K

Returns​

HTMLElementTagNameMap[K]


getComputedStyle​

readonly getComputedStyle: (element: Readonly<Element>) => CSSStyleDeclaration | undefined

Defined in: utils/rendering/core/renderTableRuntime.ts:55

Parameters​

element​

Readonly<Element>

Returns​

CSSStyleDeclaration | undefined


getElementById​

readonly getElementById: (id: string) => HTMLElement | null

Defined in: utils/rendering/core/renderTableRuntime.ts:58

Parameters​

id​

string

Returns​

HTMLElement | null


isHTMLElement​

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

Defined in: utils/rendering/core/renderTableRuntime.ts:59

Parameters​

element​

Readonly<Element> | null

Returns​

element is HTMLElement


isTableCellElement​

readonly isTableCellElement: (element: Readonly<Element> | null) => element is HTMLTableCellElement

Defined in: utils/rendering/core/renderTableRuntime.ts:62

Parameters​

element​

Readonly<Element> | null

Returns​

element is HTMLTableCellElement


requestAnimationFrame​

readonly requestAnimationFrame: (callback: FrameRequestCallback) => number | undefined

Defined in: utils/rendering/core/renderTableRuntime.ts:65

Parameters​

callback​

FrameRequestCallback

Returns​

number | undefined


setTimeout​

readonly setTimeout: (callback: () => void, timeout: number) => RenderTableTimerHandle

Defined in: utils/rendering/core/renderTableRuntime.ts:68

Parameters​

callback​

() => void

timeout​

number

Returns​

RenderTableTimerHandle