eligius
    Preparing search index...

    Interface ILoadJSONOperationData

    interface ILoadJSONOperationData {
        cache?: boolean;
        json?: any;
        url: string;
    }
    Index

    Properties

    Properties

    cache?: boolean

    If true, the results will be added to the cache and any subsequent call will use this cache

    json?: any

    The JSON retrieved from the given URL

    url: string

    The URL where the JSON will be retrieved from