IExportJSONOptions

Type interface

Represents options for JSON export

Inheritance

IExportJSONOptions does not extend any other symbol.

IExportJSONOptions is not extended by any other symbol.

Properties

disabled
#

Type boolean

Set this option to disabled for a format to not show up in ExportMenu.

@since 4.9.11

indent
#

Type number

Default " "

Sets indent size for each hierarchical elements.

useLocale
#

Type boolean

Default true

Will try to format numbers and date/time according to user's locale settings.

useTimestamps
#

Type boolean

Default false

Use timestamps instead of formatted date/time values.