@watzon/baserow
Preparing search index...
types
JsonExporterOptions
Interface JsonExporterOptions
interface
JsonExporterOptions
{
exportCharset
?:
ExportCharset
;
exporterType
:
"json"
;
fields
?:
null
|
number
[]
;
filters
?:
null
|
PublicViewFilters
;
orderBy
?:
null
|
string
;
viewId
?:
null
|
number
;
}
Hierarchy
BaseExportOptions
JsonExporterOptions
Index
Properties
export
Charset?
exporter
Type
fields?
filters?
order
By?
view
Id?
Properties
Optional
export
Charset
exportCharset
?:
ExportCharset
exporter
Type
exporterType
:
"json"
Optional
fields
fields
?:
null
|
number
[]
Optional
filters
filters
?:
null
|
PublicViewFilters
Optional
order
By
orderBy
?:
null
|
string
Optional
view
Id
viewId
?:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
export
Charset
exporter
Type
fields
filters
order
By
view
Id
@watzon/baserow
Loading...