EventOptionsOut: {
    guard: boolean;
    type: "async" | "sync" | void;
}

The complete options for an event name returned from entries, etc.

Type declaration

  • guard: boolean

    The guarded option.

  • type: "async" | "sync" | void

    The type option.