Global

Type Definitions

cbType()

Source:

changesType

Source:
Properties:
Name Type Description
version number

An initial version number for the map.

remove Array.<string>

Map keys to delete.

add Array.<Object>

Key/value pairs to add to the map. They are laid out in the array as [key1, val1, key2, val2, ...

Type:
  • Object

ctxType

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

jsonType

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

redisType

Source:
Properties:
Name Type Attributes Description
port number

A port number for the service.

hostname string

A host address for the service.

password string <optional>

A password for the service.

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