export
Parameter
An object with the following keys:
| Key | Type | Desctription |
|---|---|---|
| options | object | An object with options that affect how items are exported. |
| counters | array of strings | An array of names of counters to export. |
| variables | array of strings | An array of names of variables to export. |
| shiftcodes | array of strings | An array of names of shift codes to export. |
| timeformats | array of strings | An array of names of time formats to export. |
| tables | array of strings | An array of names of tables to export. |
| fonts | array of strings | An array of names of font files to export. |
| images | array of strings | An array of names of images to export. |
| labels | array of strings | An array of names of labels to export. |
The options object has the following keys:
| Key | Type | Desctription |
|---|---|---|
| includeImages | boolean | If true, include any images that are used by the labels selected in the export. Default false. |
| includeFonts | boolean | If 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.