Rc
Represents the source of a container access.
export interface ContainerAccessSource { entity?: Entity;} Copy
export interface ContainerAccessSource { entity?: Entity;}
Optional
The entity that triggered the container access.
Represents the source of a container access.
Source