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

    Interface IqrfGatewayDaemonConfig

    IQRF Gateway Daemon configuration

    interface IqrfGatewayDaemonConfig {
        applicationName: string;
        cacheDir: string;
        components: IqrfGatewayDaemonComponentConfiguration<
            IqrfGatewayDaemonComponentName,
        >[];
        configurationDir: string;
        dataDir: string;
        deploymentDir: string;
        resourceDir: string;
        userDir: string;
    }
    Index

    Properties

    applicationName: string
    cacheDir: string
    configurationDir: string
    dataDir: string
    deploymentDir: string
    resourceDir: string
    userDir: string