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

    Interface IqrfGatewayDaemonComponentConfiguration<C>

    IQRF Gateway Daemon component configuration

    interface IqrfGatewayDaemonComponentConfiguration<
        C extends IqrfGatewayDaemonComponentName,
    > {
        enabled: boolean;
        libraryName: string;
        libraryPath: string;
        name: C;
        startLevel: number;
    }

    Type Parameters

    Index

    Properties

    enabled: boolean
    libraryName: string
    libraryPath: string
    name: C
    startLevel: number