IEventThisPlaceHolder

Packages > fluid-framework > IEventThisPlaceHolder

The placeholder type that should be used instead of this in events.

Signature

export type IEventThisPlaceHolder = {
    thisPlaceHolder: "thisPlaceHolder";
};