Rc
Contains information regarding a specific entity container being opened.
export class EntityContainerOpenedAfterEvent { private constructor(); readonly entity: Entity; readonly openSource: ContainerAccessSource;} Copy
export class EntityContainerOpenedAfterEvent { private constructor(); readonly entity: Entity; readonly openSource: ContainerAccessSource;}
Private
Readonly
The source of the entity container being opened.
This property can't be read in early-execution mode.
Contains information regarding a specific entity container being opened.
Source