Base type for all procedures context types.

Hierarchy

Properties

json: Json

Get the JSON helper for serializing/de-serializing JavaScript and Java types.

Methods

  • Returns

    the bucket data source with the given ID, or null if it does not exist.

    Parameters

    • dataSourceId: string

    Returns null | ScriptBucket

  • Get the JSON helper for serializing/de-serializing JavaScript and Java types.

    Returns Json