Global

Type Definitions


ExportGetPackageResult

Type:
  • Object
Properties:
Name Type Description
id string Package id
rootPagePaths Array.<RootPagePath> Content source of the package
engineName string Export engine. Zen Garden provides "Simple" other can be created as extensions
siteGroup string Selected Site Group
lastModified string Last modified date
status PackageStatus Package status
packagePath string Absolute path to package in CRX repository

ExportGetPackageResults

Type:
  • Object
Properties:
Name Type Description
packages Array.<ExportGetPackageResult>

PackageStatus

Export or import status. Has value of "IN_PROGRESS", "ABORTED" or "DONE"
Type:
  • string

RequestError

Superagent request error
Type:
  • Object

RootPagePath

Path to exported package content. Must be at least on language level.
Type:
  • string

ThemeDetails

Type:
  • Object
Properties:
Name Type Description
hierarchy Array.<string>
mainTheme Object
Properties
Name Type Description
path string
name string
title string
protectedTheme boolean