Home > @magiclane/maps-sdk > ParameterList

ParameterList class

Parameter List class

Signature:

export declare class ParameterList extends GemList<GemParameter> 

Extends: GemList<GemParameter>

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ParameterList class.

Methods

Method

Modifiers

Description

add(parameter)

Adds a parameter to the list

asJson()

Returns the parameters as a deeply structured JSON list. Each entry includes the key, value, and, if available, name. The value is formatted according to its type. Only parameters with non-null key, value, and type are included.

create()

static

Creates a new ParameterList instance