Trilium Frontend API
    Preparing search index...

    Interface LineDecorationSpec

    interface LineDecorationSpec {
        attributes?: { [key: string]: string };
        class?: string;
        [other: string]: any;
    }

    Indexable

    • [other: string]: any

      Other properties are allowed.

    Index

    Properties

    Properties

    attributes?: { [key: string]: string }

    DOM attributes to add to the element wrapping the line.

    class?: string

    Shorthand for {attributes: {class: value}}.