QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
GenerateDocumentResponse
Interface GenerateDocumentResponse
interface
GenerateDocumentResponse
{
contentType
?:
string
;
data
?:
string
;
fileName
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
content
Type?
data?
file
Name?
Properties
Optional
content
Type
contentType
?:
string
The document content type.
Optional
data
data
?:
string
Base64 encoded file content.
Optional
file
Name
fileName
?:
string
The file name.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
data
file
Name
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
The document content type.