Skip to content

HTMLValue

Official

Value wrapping raw HTML.

Import:

import { HTMLValue } from 'obsidian';

Signature:

export class HTMLValue extends StringValue

Extends: StringValue

Constructor

new HTMLValue(value: string)

Constructor.

To get the constructor instance, use getHTMLValueConstructor from obsidian-typings/implementations.

Properties

Property Type Description
type string
(Inherited from StringValue)

Links to this page: