Skip to main

TestSourceEvent

TestSourceEvent

Signature - index.ts#L179

type TestSourceEvent<T> = Event<T> & {
    readonly frame: number
}