Skip to main content

export

Parameter

An object with the following keys:

KeyTypeDesctription
optionsobjectAn object with options that affect how items are exported.
countersarray of stringsAn array of names of counters to export.
variablesarray of stringsAn array of names of variables to export.
shiftcodesarray of stringsAn array of names of shift codes to export.
timeformatsarray of stringsAn array of names of time formats to export.
tablesarray of stringsAn array of names of tables to export.
fontsarray of stringsAn array of names of font files to export.
imagesarray of stringsAn array of names of images to export.
labelsarray of stringsAn array of names of labels to export.

The options object has the following keys:

KeyTypeDesctription
includeImagesbooleanIf true, include any images that are used by the labels selected in the export. Default false.
includeFontsbooleanIf true, include any fonts that are used by the labels selected in the export. Default false.

Return value

An object containing information about what was successfully imported.