tuil
ReferencePackages@mwillbanks/tuil-eventsAPI

EventSource

interface exported by @mwillbanks/tuil-events.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-events.

export interface EventSource {
  readonly id: string;
  readonly kind?: string;
}

Members

MemberTypeRequiredDescriptionRelated types
idstringYesThe id member uses the string contract.
kindstring | undefinedNoThe kind member uses the string | 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-events

On this page