Struct PropertyDescriptor¶
Defined in File sixtyfps_interpreter.h
Struct Documentation¶
-
struct sixtyfps::interpreter::PropertyDescriptor¶
PropertyDescriptor is a simple structure that’s used to describe a property declared in .60 code. It is returned from in a vector from sixtyfps::interpreter::ComponentDefinition::properties().
Public Members
-
SharedString property_name¶
The name of the declared property.
-
SharedString property_name¶