Global

Type Definitions

bundleDescriptionType

Source:
Type:
  • Object.<string, Array.<string>>

bundleObjectType

Source:
Type:
  • Object

bundleType

Source:
Properties:
Name Type Description
start number

Starting time in msec (UTC since 1970).

commands Array.<commandType>

A sequence of commands to execute.

Type:
  • Object

cbType()

Source:

commandType

Source:
Properties:
Name Type Description
after number

Delay in msec from the start of the previous command.

method string

The name of the method to invoke.

args Array.<jsonType>

The arguments to the method.

Type:
  • Object

cronOptionsType

Source:
Properties:
Name Type Attributes Description
noSync boolean <optional>

Whether to skip cloud synchronization.

Type:
  • Object

ctxType

Source:
Type:
  • Object.<string, Object>

jsonType

Source:
Type:
  • Object | Array | string | number | null | boolean

msgType

Source:
Type:

refMapType

Source:
Type:
  • Object

specDeltaType

Source:
Properties:
Name Type Attributes Description
name string <optional>
module string | null <optional>
description string <optional>
env Object <optional>
components Array.<specType> <optional>
Type:
  • Object

specType

Source:
Properties:
Name Type Attributes Description
name string
module string | null
description string <optional>
env Object
components Array.<specType> <optional>
Type:
  • Object