Struct PropertyDescriptor
Defined in File slint_interpreter_generated_public.h
Struct Documentation
-
struct slint::interpreter::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.
-
SharedString property_name