Hierarchy

  • ScenarioHostClient

Properties

activeProfile: ProfileConfig
getVariable: (<T>(key) => T)

Type declaration

    • <T>(key): T
    • Type Parameters

      • T

      Parameters

      • key: string

      Returns T

getVariables: (() => ProfileVariable[])

Type declaration

logger: Logger
scenarios: readonly ScenarioRegistration[]
setVariable: ((key, value, comment) => void)

Type declaration

    • (key, value, comment): void
    • Parameters

      • key: string
      • value: unknown
      • comment: string

      Returns void

Generated using TypeDoc