Skip to main content

SanitizeHtmlAllowlistRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/dom/sanitizeHtmlAllowlistRuntime / SanitizeHtmlAllowlistRuntimeScope

Interface: SanitizeHtmlAllowlistRuntimeScope

Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:16

Properties​

getDocument​

readonly getDocument: () => SanitizeHtmlAllowlistDocument | undefined

Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:17

Returns​

SanitizeHtmlAllowlistDocument | undefined


getDOMParser​

readonly getDOMParser: () => (() => DOMParser) | undefined

Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:18

Returns​

(() => DOMParser) | undefined


getElement​

readonly getElement: () => (() => Element) | undefined

Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:19

Returns​

(() => Element) | undefined


getNodeFilter​

readonly getNodeFilter: () => { } | undefined

Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:20

Returns​

{ } | undefined