Skip to main content

IEventThisPlaceHolder TypeAlias

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

Signature

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