Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 774 Bytes

File metadata and controls

53 lines (26 loc) · 774 Bytes

Home > server > BaseEntityController > attach

BaseEntityController.attach() method

Override this method to handle the attachment of an entity to your entity controller.

Signature:

attach(entity: Entity): void;

Parameters

Parameter

Type

Description

entity

Entity

The entity to attach the controller to.

**Returns:**

void