Skip to content 

IEventProvider Interface

Packages > @fluidframework/common-definitions > IEventProvider

Signature:

export interface IEventProvider<TEvent extends IEvent> 

Properties

List of properties of this interface
Property Type Description
off IEventTransformer
on IEventTransformer
once IEventTransformer

Events

off

Signature:

readonly off: IEventTransformer<this, TEvent>;

on

Signature:

readonly on: IEventTransformer<this, TEvent>;

once

Signature:

readonly once: IEventTransformer<this, TEvent>;