Struct PropertyDescriptor

Struct Documentation

struct PropertyDescriptor

PropertyDescriptor is a simple structure that’s used to describe a property declared in .slint code. It is returned from in a vector from slint::interpreter::ComponentDefinition::properties().

Public Members

SharedString property_name

The name of the declared property.

ValueType property_type

The type of the property.