langchain.js
Preparing search index...
@langchain/community
document_loaders/web/notionapi
NotionAPILoaderOptions
Type Alias NotionAPILoaderOptions
type
NotionAPILoaderOptions
=
{
callerOptions
?:
ConstructorParameters
<
typeof
BaseDynamicToolInput
>
[
0
]
;
clientOptions
:
ConstructorParameters
<
typeof
Client
>
[
0
]
;
id
:
string
;
onDocumentLoaded
?:
OnDocumentLoadedCallback
;
propertiesAsHeader
?:
boolean
;
type
?:
NotionAPIType
;
}
Index
Properties
caller
Options?
client
Options
id
on
Document
Loaded?
properties
As
Header?
type?
Properties
Optional
caller
Options
callerOptions
?:
ConstructorParameters
<
typeof
BaseDynamicToolInput
>
[
0
]
client
Options
clientOptions
:
ConstructorParameters
<
typeof
Client
>
[
0
]
id
id
:
string
Optional
on
Document
Loaded
onDocumentLoaded
?:
OnDocumentLoadedCallback
Optional
properties
As
Header
propertiesAsHeader
?:
boolean
Optional
type
type
?:
NotionAPIType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
caller
Options
client
Options
id
on
Document
Loaded
properties
As
Header
type
langchain.js
Loading...