IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayDaemonJsCache

    IQRF Gateway Daemon JsCache component configuration

    interface IqrfGatewayDaemonJsCache {
        checkPeriodInMinutes: number;
        component: IqrfJsCache;
        downloadIfRepoCacheEmpty: boolean;
        instance: string;
        urlRepo: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    checkPeriodInMinutes: number
    component: IqrfJsCache
    downloadIfRepoCacheEmpty: boolean
    instance: string
    urlRepo: string