Fastflux Home Reference Source Repository

Typedef

Static Public Summary
public

Any: *

Describes any value

public

Message is a pure object type meeting the following criteria:

  • No methods;
  • Properties are either primitives (numbers, strings, booleans etc.), Arrays or pure Objects;
  • No circular references;
  • Has own property Message#type (string)

Static Public

public Any: * source

Describes any value

public Message: Object source

Message is a pure object type meeting the following criteria:

  • No methods;
  • Properties are either primitives (numbers, strings, booleans etc.), Arrays or pure Objects;
  • No circular references;
  • Has own property Message#type (string)

Properties:

NameTypeAttributeDescription
type string

Example:

let message = {
 type: "something-descriptive"
}