Skip to content

MetadataTypeManager.getTypeInfo method

MetadataTypeManager › getTypeInfo

Unofficial

Get expected widget type for property and the one inferred from the property value.

Signature:

getTypeInfo(property: string, value: unknown): TypeInfo

Parameters:

ParameterTypeDescription
propertystringProperty name.
valueunknownProperty value.

Returns: TypeInfoType information for the property.