Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 565 Bytes

oktopod

oktopod

Table of contents

Classes

Type aliases

Type aliases

EventPayload

Ƭ EventPayload<TData>: Object

Event data that will be delivered to listeners

Type parameters

Name Type
TData any

Type declaration

Name Type
data TData
event string

Defined in

src/oktopod.ts:14