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

    Interface ESPCDFServiceParamInterface

    Service param interface; extends base with service-specific properties. type is required for service params.

    interface ESPCDFServiceParamInterface {
        _raw: any;
        bounds?: Record<string, any>;
        dataType?: string;
        name: string;
        operations: ESPCDFParamOperation;
        properties?: string[];
        serviceName?: string;
        type: string;
        value?: any;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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