EventSource contains information for an event.

Hierarchy

  • V1EventSource

Constructors

Properties

component?: string

Component from which the event is generated.

host?: string

Node name on which the event is generated.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc