vira - v27.0.0
    Preparing search index...

    Type Alias DiffRect

    DiffRect: PositionRect & {
        rootBottomToContainerTop: number;
        rootLeftToContainerRight: number;
        rootRightToContainerLeft: number;
        rootTopToContainerBottom: number;
    }

    Used to represent the diff between the root element and the viewport.