Skip to content

LineDecorationSpec

Unofficial

Specification for a line decoration that styles an entire line.

Import:

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

Signature:

export interface LineDecorationSpec

Properties

PropertyTypeDescription
attributes?DecorationAttributesHTML attributes to add to the line element.
class?stringCSS class to add to the line element.