@revideo/core / events / SubscribableFlagEvent
Type Alias: SubscribableFlagEvent
SubscribableFlagEvent =
Subscribable<void>
Defined in: events/FlagDispatcher.ts:74
Provides safe access to the public interface of FlagDispatcher.
Remarks
External classes can use it to subscribe to an event without being able to dispatch it.