langchain.js
    Preparing search index...
    type NotionAPILoaderOptions = {
        callerOptions?: ConstructorParameters<typeof BaseDynamicToolInput>[0];
        clientOptions: ConstructorParameters<typeof Client>[0];
        id: string;
        onDocumentLoaded?: OnDocumentLoadedCallback;
        propertiesAsHeader?: boolean;
        type?: NotionAPIType;
    }
    Index

    Properties

    callerOptions?: ConstructorParameters<typeof BaseDynamicToolInput>[0]
    clientOptions: ConstructorParameters<typeof Client>[0]
    id: string
    onDocumentLoaded?: OnDocumentLoadedCallback
    propertiesAsHeader?: boolean