sesaparcours
    Preparing search index...

    All the measurements needed to describe the size and location of a container.

    interface ContainerRegion {
        height: number;
        left: number;
        top: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    left: number
    top: number
    width: number