Skip to content

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().

SharedString slint::interpreter::PropertyDescriptor::property_name

The name of the declared property.

ValueType slint::interpreter::PropertyDescriptor::property_type

The type of the property.


© 2026 SixtyFPS GmbH