API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typePlatformEventData

@codexo/exojs / core / stable

The data half of a platform event: every field, none of the suppression calls. Structured-cloneable, so this is the shape an event takes when it has to cross a worker boundary - a DOM event object never can.

0
props
0
methods
0
events
Import
import { PlatformEventData } from '@codexo/exojs'

The data half of a platform event: every field, none of the suppression calls. Structured-cloneable, so this is the shape an event takes when it has to cross a worker boundary - a DOM event object never can.

Definition1
Source