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

    Interface ContainerAccessSourceRc

    Represents the source of a container access.

    export interface ContainerAccessSource {
    entity?: Entity;
    }
    interface ContainerAccessSource {
        entity?: Entity;
    }
    Index

    Properties

    Properties

    entity?: Entity

    The entity that triggered the container access.