Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBasicNode

Group and Node share a common base interface.

Hierarchy

Implemented by

Index

Properties

id

id: NodeId

Unique Id of the node

Methods

emitEvents

  • emitEvents(events: Events): Promise<any>
  • emitEvents(key: string, value: any): Promise<any>
  • emitEvents(key: string): Promise<any>

watchSharedVariablesAndEvents

  • watchSharedVariablesAndEvents(flags: number): Promise<any>

Generated using TypeDoc