Skip to content

DOMPurifyRemovedItem

Unofficial

An item removed by DOMPurify during sanitization.

Import:

import type { DOMPurifyRemovedItem } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface DOMPurifyRemovedItem

Properties

Property Type Description
attribute? Attr The removed attribute, if applicable.
element? Element The removed element, if applicable.

Links to this page: