Trilium Frontend API
    Preparing search index...

    Interface SharedSelectAutoCompleteEditorParams

    interface SharedSelectAutoCompleteEditorParams {
        defaultValue?: string;
        sortValuesList?: "desc" | "asc";
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultValue?: string
    sortValuesList?: "desc" | "asc"