MapEvent

public class MapEvent<Payload> where Payload : Decodable

A container for information broadcast about an event.

  • Type of the event.

    Declaration

    Swift

    public var name: String { get }
  • The payload associated with the event.

    Declaration

    Swift

    public lazy var payload: Payload! { get set }