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

Generated using TypeDoc