Home > server > BaseEntityController > detach
Override this method to handle the detachment of an entity from your entity controller.
Signature:
detach(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to detach. |
void
Home > server > BaseEntityController > detach
Override this method to handle the detachment of an entity from your entity controller.
Signature:
detach(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to detach. |
void