Trilium Frontend API
    Preparing search index...

    Interface AjaxContentType

    interface AjaxContentType {
        body: (url: string, config: any, params: any) => any;
        headers: JSONRecord;
    }
    Index

    Properties

    Properties

    body: (url: string, config: any, params: any) => any
    headers: JSONRecord