Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WamEnv

Hierarchy

  • WamEnv

Index

Properties

apiVersion: string

The version of the API used

Methods

  • connectEvents(groupId: string, fromId: string, toId: string, output?: number): void
  • Connect events between WamProcessors, the output number is 0 by default

    Parameters

    • groupId: string
    • fromId: string
    • toId: string
    • Optional output: number

    Returns void

  • disconnectEvents(groupId: string, fromId: string, toId?: string, output?: number): void
  • Disonnect events between WamProcessors, the output number is 0 by default, if toId is omitted, will disconnect every connections

    Parameters

    • groupId: string
    • fromId: string
    • Optional toId: string
    • Optional output: number

    Returns void

  • getGroup(groupId: string, groupKey: string): WamGroup
  • getModuleScope(moduleId: string): Record<string, any>
  • Return the WAM's 'global scope' including any dependencies.

    Parameters

    • moduleId: string

    Returns Record<string, any>

Generated using TypeDoc