slint::interpreter::PropertyDescriptor Struct
struct PropertyDescriptor;C++
#include <slint.h>C++
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 Attributes
Section titled “Public Attributes” property_name
Section titled “ property_name”SharedString slint::interpreter::PropertyDescriptor::property_name
The name of the declared property.
property_type
Section titled “ property_type”ValueType slint::interpreter::PropertyDescriptor::property_type
The type of the property.
© 2026 SixtyFPS GmbH