v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/document_loaders/web/confluence
ConfluencePage
Interface ConfluencePage
Interface representing a Confluence page.
interface
ConfluencePage
{
body
:
{
storage
:
{
value
:
string
;
}
;
}
;
id
:
string
;
status
:
string
;
title
:
string
;
type
:
string
;
version
?:
{
by
:
{
displayName
:
string
;
}
;
number
:
number
;
when
:
string
;
}
;
}
Index
Properties
body
id
status
title
type
version?
Properties
body
body
:
{
storage
:
{
value
:
string
;
}
;
}
id
id
:
string
status
status
:
string
title
title
:
string
type
type
:
string
Optional
version
version
?:
{
by
:
{
displayName
:
string
;
}
;
number
:
number
;
when
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
id
status
title
type
version
LangChain.js - v0.2.10
Loading...
Interface representing a Confluence page.