DOMPurifyRemovedItem
Unofficial
An item removed by DOMPurify during sanitization.
Import:
import type { DOMPurifyRemovedItem } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface DOMPurifyRemovedItemProperties
| Property | Type | Description | |
|---|---|---|---|
| attribute? | Attr | The removed attribute, if applicable. | |
| element? | Element | The removed element, if applicable. |
Links to this page: