construct
Attempts to construct the given type, given an arbitrary map of values.
Arguments
- ctxt :
FunctionCallContext
- No Documentation 🚧 - registration :
ScriptTypeRegistration | ScriptComponentRegistration | ScriptResourceRegistration
- The type to construct. - payload :
HashMap<String, ScriptValue>
- The values to use to construct the type.
Returns
- reference :
ReflectReference
- The constructed type.