Trilium Frontend API
    Preparing search index...

    Type Alias CompletionInfo

    CompletionInfo: Node | null | { dom: Node; destroy?(): void }

    The type returned from Completion.info. May be a DOM node, null to indicate there is no info, or an object with an optional destroy method that cleans up the node.