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): TypeInfoParameters:
| Parameter | Type | Description |
|---|---|---|
| property | string | Property name. |
| value | unknown | Property value. |
Returns: TypeInfo — Type information for the property.