Global

Type Definitions

cbType()

Source:

ctxType

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

invocationType

Source:
Properties:
Name Type Description
method string
meta Array.<string>
args Array.<jsonType>
Type:
  • Object

jsonType

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

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