Script API - v1.26.30.25
    Preparing search index...

    Class EntityContainerOpenedAfterEventRc

    Contains information regarding a specific entity container being opened.

    export class EntityContainerOpenedAfterEvent {
    private constructor();
    readonly entity: Entity;
    readonly openSource: ContainerAccessSource;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    entity: Entity

    The source of the entity container being opened.

    This property can't be read in early-execution mode.