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

    Class ESPRMServiceParam

    Represents a parameter associated with a service, including its name, value, and metadata. Has a serviceName property to identify the service it belongs to.

    Implements

    Index

    Constructors

    Properties

    bounds?: Record<string, any>

    Bounds for the parameter values.

    dataType: string

    The data type of the parameter.

    name: string

    The name of the parameter.

    nodeRef: WeakRef<ESPRMNode>

    Reference to ESPRMNode.

    properties: string[]

    Additional properties related to the parameter.

    serviceName: string

    The name of the service to which this parameter belongs.

    type: string

    The type of the parameter.

    validStrings?: string[]

    The valid string values of the parameter.

    value?: any

    The value of the parameter.

    Methods

    • Sets the value of the service parameter.

      Parameters

      • value: any

        The new value to set for the service parameter.

      Returns Promise<ESPAPIResponse>

      A promise that resolves to the success response from the API.