Trilium Frontend API
    Preparing search index...

    Type Alias ViewDocumentChangeType

    ViewDocumentChangeType: "children" | "attributes" | "text"

    Enum representing type of the change.

    Possible values:

    • children - for child list changes,
    • attributes - for element attributes changes,
    • text - for text nodes changes.