NotionAPILoaderOptions: {
    clientOptions: ConstructorParameters<typeof Client>[0];
    id: string;
    callerOptions?: ConstructorParameters<typeof Toolkit>[0];
    onDocumentLoaded?: OnDocumentLoadedCallback;
    propertiesAsHeader?: boolean;
    type?: NotionAPIType;
}

Type declaration

  • clientOptions: ConstructorParameters<typeof Client>[0]
  • id: string
  • Optional callerOptions?: ConstructorParameters<typeof Toolkit>[0]
  • Optional onDocumentLoaded?: OnDocumentLoadedCallback
  • Optional propertiesAsHeader?: boolean
  • Optional type?: NotionAPIType

⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

  • Import from "@langchain/community/document_loaders/web/notionapi" instead. This entrypoint will be removed in 0.3.0.

Generated using TypeDoc