tuil
ReferencePackages@mwillbanks/tuil-eventsAPI

EventSubscriptionOptions

interface exported by @mwillbanks/tuil-events.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-events.

export interface EventSubscriptionOptions {
  readonly phase?: EventPhase;
  readonly target?: string;
  readonly priority?: number;
  readonly signal?: AbortSignal;
}

Members

MemberTypeRequiredDescriptionRelated types
phaseEventPhase | undefinedNoThe phase member uses the EventPhase | undefined contract.EventPhase
targetstring | undefinedNoThe target member uses the string | undefined contract.
prioritynumber | undefinedNoThe priority member uses the number | undefined contract.
signalAbortSignal | undefinedNoThe signal member uses the AbortSignal | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-events

On this page