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:

Parameter Type Description
property string Property name.
value unknown Property value.

Returns: TypeInfoType information for the property.