Trilium Frontend API
    Preparing search index...

    Interface BlockWrapperSpec

    interface BlockWrapperSpec {
        attributes?: { [key: string]: string };
        rank?: number;
        tagName: string;
    }
    Index

    Properties

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

    DOM attributes to add to the wrapping element.

    rank?: number

    When multiple overlapping block wrappers are produced by the same source, this determines their relative precedence. Lower rank wrappers are nested inside higher-rank ones. Should be a number between 0 and 100.

    tagName: string

    Tag name of the wrapping element.