Interface Execution

A SQRL Execution is the runtime representation of a single event executing in the SQRL runtime.

Hierarchy

  • Execution

Properties

ctx: Context
manipulator: Manipulator

Methods

  • Returns a promise for the given feature name for the execution. If the feature has not been calculated yet this will start the calculation.

    Parameters

    • featureName: string

    Returns Promise<SqrlObject>

  • Returns a promise for the given feature name for the execution. If the feature has not been calculated yet this will start the calculation.

    Parameters

    • featureName: string

    Returns Promise<any>

  • Fetch a value from the executions data cache

    Type Parameters

    • T

    Parameters

    • symbol: symbol
    • Optional defaultValue: T

    Returns T

  • Fetch a value from the executions data cache

    Type Parameters

    • T

    Parameters

    • symbol: symbol
    • value: T

    Returns void

  • Get a value on the executions data, setting a default value if not set

    Type Parameters

    • T

    Parameters

    • symbol: symbol
    • Optional defaultValue: T

    Returns T

Generated using TypeDoc