NavVis IVION API
    Preparing search index...

    Interface ThirdPartyLibraryInterface

    Service that exports dependencies like three.js, tween.js, AngularJS and jQuery

    interface ThirdPartyLibraryInterface {
        angular: any;
        Hammer: any;
        info: ThirdPartyLibrariesInfo<
            ThirdPartyLibraries,
            ThirdPartyLibraryDetailsInterface,
        >;
        jQuery: any;
        THREE: any;
        TWEEN: {};
    }
    Index

    Properties

    angular: any

    AngularJS 1.x (https://angularjs.org/)

    Do not rely on NavVis IVION's AnguarJS for your own application, it may be removed in a future version.

    Hammer: any

    Lists third party libraries and their versions

    jQuery: any

    Do not rely on NavVis IVION's jQuery for your own application, it may be removed in a future version.

    THREE: any
    TWEEN: {}