fromJSON MethodStatic

Overloads
fromJSON(json, categories) Static  
fromJSON(json) Static Deprecated  

fromJSON(json, categories)

Deserialize PropertiesField from JSON

fromJSON(json: undefined | PropertiesFieldJSON<ClassInfoJSON>, categories: CategoryDescription[]): undefined | PropertiesField

Parameter Type Description
json undefined | PropertiesFieldJSON<ClassInfoJSON>  
categories CategoryDescription[]  

Returns - undefined | PropertiesField



fromJSON(json)

Deprecated  Use an overload that takes a list of categories

Deserialize PropertiesField from JSON

fromJSON(json: undefined | string | PropertiesFieldJSON<ClassInfoJSON>): undefined | PropertiesField

Parameter Type Description
json undefined | string | PropertiesFieldJSON<ClassInfoJSON>  

Returns - undefined | PropertiesField


Defined in

Last Updated: 11 June, 2024