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β
readonlygetDocument: () =>SanitizeHtmlAllowlistDocument|undefined
Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:17
Returnsβ
SanitizeHtmlAllowlistDocument | undefined
getDOMParserβ
readonlygetDOMParser: () => (() =>DOMParser) |undefined
Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:18
Returnsβ
(() => DOMParser) | undefined
getElementβ
readonlygetElement: () => (() =>Element) |undefined
Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:19
Returnsβ
(() => Element) | undefined
getNodeFilterβ
readonlygetNodeFilter: () => { } |undefined
Defined in: utils/dom/sanitizeHtmlAllowlistRuntime.ts:20
Returnsβ
{ } | undefined