NavVis IVION API
    Preparing search index...

    Interface ScreenshotDataInterface

    interface ScreenshotDataInterface {
        data: string;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    data: string

    Content of the view window as a data URI encoded image.

    height: number

    Height of the view window.

    width: number

    Width of the view window.