@eventProperty

Tag Kind: Modifier
TSDoc Reference: @eventProperty

The @eventProperty tag is used to mark a reflection as belonging in the "Events" group. It is equivalent to specifying @group Events in the comment.

export class App extends EventEmitter {
/**
* @eventProperty
*/
static ON_REQUEST = "request";
}