An object containing optional properties: type, value, name, key.
Returns the parameter as a JSON object.
A JSON object containing the parameter's key, value, and name if available. Returns null if key, value, or type is null.
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
StaticfromStaticwithCreates a GemParameter with a ValueType.bool value type
StaticwithCreates a GemParameter with a ValueType.int value type
StaticwithCreates a GemParameter with a ValueType.list value type
StaticwithCreates a GemParameter with a ValueType.real value type
StaticwithCreates a GemParameter with a ValueType.string value type
Construct a parameter object.