Trilium Frontend API
    Preparing search index...

    Interface BlockWrapperSpec

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

    Properties

    Properties

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

    DOM attributes to add to the wrapping element.

    tagName: string

    Tag name of the wrapping element.