@watzon/baserow
Preparing search index...
types
ExportJob
Interface ExportJob
interface
ExportJob
{
createdAt
:
string
;
exportedFileName
?:
null
|
string
;
exporterType
:
string
;
humanReadableError
?:
string
;
id
:
number
;
progressPercentage
:
number
;
state
:
BaserowJobState
;
table
?:
null
|
number
;
type
:
string
;
url
:
string
;
view
?:
null
|
number
;
}
Hierarchy (
View Summary
)
BaserowJob
ExportJob
Index
Properties
created
At
exported
File
Name?
exporter
Type
human
Readable
Error?
id
progress
Percentage
state
table?
type
url
view?
Properties
created
At
createdAt
:
string
Optional
exported
File
Name
exportedFileName
?:
null
|
string
exporter
Type
exporterType
:
string
Optional
human
Readable
Error
humanReadableError
?:
string
id
id
:
number
progress
Percentage
progressPercentage
:
number
state
state
:
BaserowJobState
Optional
table
table
?:
null
|
number
type
type
:
string
url
url
:
string
Optional
view
view
?:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
exported
File
Name
exporter
Type
human
Readable
Error
id
progress
Percentage
state
table
type
url
view
@watzon/baserow
Loading...