Trilium Frontend API
    Preparing search index...

    Enumeration BlockType

    The different types of blocks that can occur in an editor view.

    Index

    Enumeration Members

    Text: 0

    A line of text.

    WidgetAfter: 2

    A block widget associated with the position before it.

    WidgetBefore: 1

    A block widget associated with the position after it.

    WidgetRange: 3

    A block widget replacing a range of content.