Global

Type Definitions

cbType()

Source:

ctxType

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

customizerType()

Source:

jsonType

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

notificationType

Source:
Type:

sessionBeginType

Source:
Properties:
Name Type Attributes Description
nonce string

Unique session instance identifier.

memento jsonType <optional>

Information attached to the session.

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