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

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

Properties

Properties

guard: boolean

The guarded option.

type: "async" | "sync" | void

The type option.