map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface LoadJsOptions

    The load-js options

    interface LoadJsOptions {
        ignoreErrors?: boolean;
        require?: any;
    }
    Index

    Properties

    ignoreErrors?: boolean

    Indicates that loading errors should be ignored, default is false.

    require?: any

    The require to use, default is Dojo's require import.