Trilium Frontend API
    Preparing search index...

    Type Alias ModelSelectable

    ModelSelectable:
        | ModelSelection
        | ModelDocumentSelection
        | ModelPosition
        | ModelRange
        | ModelNode
        | Iterable<ModelRange>
        | null

    An entity that is used to set selection.

    See also module:engine/model/selection~ModelSelection#setTo.