@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPRMServiceParamInterface

    Represents the parameter of a node service

    interface ESPRMServiceParamInterface {
        bounds?: Record<string, any>;
        dataType: string;
        name: string;
        properties: string[];
        serviceName: string;
        type: string;
        validStrings?: string[];
        value?: any;
    }

    Hierarchy

    • ESPRMParamInterface
      • ESPRMServiceParamInterface

    Implemented by

    Index

    Properties

    bounds?: Record<string, any>
    dataType: string
    name: string
    properties: string[]
    serviceName: string
    type: string
    validStrings?: string[]
    value?: any