Trilium Frontend API
    Preparing search index...

    Interface ViewSelectionOptions

    Additional options for ~ViewSelection.

    interface ViewSelectionOptions {
        backward?: boolean;
        fake?: boolean;
        label?: string;
    }
    Index

    Properties

    backward?: boolean

    Sets this selection instance to be backward.

    fake?: boolean

    Sets this selection instance to be marked as fake.

    label?: string

    Label for the fake selection.