Home > @magiclane/maps-sdk > GemParameter > (constructor)
GemParameter.(constructor)
Construct a parameter object.
Signature:
constructor(input: {
type?: ValueType;
value?: any;
name?: string;
key?: string;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ type, value, name, key, } |
(not declared) | |
|
input |
{ type?: ValueType; value?: any; name?: string; key?: string; } |
input properties:
- Optional type?: ValueType
- Optional value?: any
- Optional name?: string
- Optional key?: string