Script API - v26.40.29
    Preparing search index...

    Class EntityContainerOpenedAfterEvent

    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.