Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an event within the system, containing all necessary metadata and subscriptions related to the event.

Hierarchy

  • Event

Implements

Index

Constructors

constructor

  • new Event(__namedParameters: { appName: string; eventFilePath: string; eventName: string; eventTime: string; eventType: EventTypes; subscriptions: FSWatcher[] }): Event
  • Initializes a new instance of the Event class with specified properties.

    Parameters

    • __namedParameters: { appName: string; eventFilePath: string; eventName: string; eventTime: string; eventType: EventTypes; subscriptions: FSWatcher[] }
      • appName: string
      • eventFilePath: string
      • eventName: string
      • eventTime: string
      • eventType: EventTypes
      • subscriptions: FSWatcher[]

    Returns Event

Properties

appName

appName: string

eventFilePath

eventFilePath: string

eventName

eventName: string

eventTime

eventTime: string

eventType

eventType: EventTypes

subscriptions

subscriptions: FSWatcher[]

Methods

toJson

toString

  • toString(): string

Generated using TypeDoc