Interface ThirdPartyLibraryInterface

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

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

Properties

Hammer: any
THREE: any
TWEEN: {}

Type declaration

    angular: any

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

    Deprecated

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

    Lists third party libraries and their versions

    jQuery: any

    Deprecated

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

    Generated using TypeDoc