Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 758 Bytes

File metadata and controls

53 lines (26 loc) · 758 Bytes

Home > server > BaseEntityController > detach

BaseEntityController.detach() method

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

Signature:

detach(entity: Entity): void;

Parameters

Parameter

Type

Description

entity

Entity

The entity to detach.

**Returns:**

void