NavVis IVION API
    Preparing search index...

    Interface ViewportDimensionsInterface

    interface ViewportDimensionsInterface {
        bottom: number;
        height: number;
        left: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bottom: number

    Bottom edge of viewport [0..1], where 0 is bottom

    height: number

    Height of viewport [0..1]

    left: number

    Left edge of viewport [0…1], where 0 is left

    width: number

    Width of viewport [0..1]