Trilium Frontend API
    Preparing search index...

    Type Alias jQueryInterface

    jQueryInterface: (
        config?:
            | Partial<Options>
            | "toggle"
            | "show"
            | "hide"
            | "update"
            | "dispose",
    ) => JQuery

    Type Declaration

      • (
            config?:
                | Partial<Options>
                | "toggle"
                | "show"
                | "hide"
                | "update"
                | "dispose",
        ): JQuery
      • Parameters

        • Optionalconfig: Partial<Options> | "toggle" | "show" | "hide" | "update" | "dispose"

        Returns JQuery