Skip to Content
DocumentationAPI ReferenceCoreEventsType AliasesType Alias: SubscribableEvent<T>

@revideo/core


@revideo/core / events / SubscribableEvent

Type Alias: SubscribableEvent<T>

SubscribableEvent<T> = Subscribable<T>

Defined in: events/EventDispatcher.ts:41 

Provides safe access to the public interface of EventDispatcher.

Type Parameters

T

T

The type of the argument passed to subscribers.

Remarks

External classes can use it to subscribe to an event without being able to dispatch it.

© 2026 Haven Technologies, Inc.
Type Alias: SubscribableEvent<T> – Revideo