Skip to content
On this page

Home > @taiyuuki/utils > EventsController > (constructor)

EventsController.(constructor)

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Constructs a new instance of the EventsController class

Signature:

typescript
constructor(target: T);
constructor(target: T);

Parameters

ParameterTypeDescription
targetT绑定对象,例如DOM,每一个实例只维护一个对象

Released under the MIT License.