constructor
[ Function ]
Version 1.10
constructor(obj: any);
Version 1.12
constructor(obj: T);
Creates an ObjectResolver object.
Parameter
Name | Type | Description |
---|---|---|
obj | Version 1.10 Version 1.12 T | The object to be resolved. |
Return value
Type | Description |
---|---|
void | No return value |
Available from version 1.10 |