NavVis IVION API
    Preparing search index...

    Interface ThirdPartyLibraryDetailsInterface

    Interface that holds version data of a third party library

    interface ThirdPartyLibraryDetailsInterface {
        library: string;
        name: string;
        version: string;
    }
    Index

    Properties

    Properties

    library: string

    Package name of the third party library

    name: string

    Human friendly name of the third party library

    version: string

    Version of the third party library