OpenPowerEstimationSettingsModalRuntime
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/ui/modals/openPowerEstimationSettingsModalRuntime / OpenPowerEstimationSettingsModalRuntime
Interface: OpenPowerEstimationSettingsModalRuntime
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:21
Propertiesβ
addDocumentKeydownListenerβ
readonlyaddDocumentKeydownListener: (listener:PowerEstimationSettingsModalKeydownListener,options:Readonly<AddEventListenerOptions>) =>void
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:22
Parametersβ
listenerβ
PowerEstimationSettingsModalKeydownListener
optionsβ
Readonly<AddEventListenerOptions>
Returnsβ
void
appendToBodyβ
readonlyappendToBody: (element:Element) =>void
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:26
Parametersβ
elementβ
Element
Returnsβ
void
bodyContainsβ
readonlybodyContains: (element:Element) =>boolean
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:27
Parametersβ
elementβ
Element
Returnsβ
boolean
createAbortControllerβ
readonlycreateAbortController: () =>AbortController
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:28
Returnsβ
AbortController
createElementβ
readonlycreateElement: <K>(tagName:K) =>HTMLElementTagNameMap[K]
Defined in: utils/ui/modals/openPowerEstimationSettingsModalRuntime.ts:29
Type Parametersβ
Kβ
K extends keyof HTMLElementTagNameMap
Parametersβ
tagNameβ
K
Returnsβ
HTMLElementTagNameMap[K]