Struct PropertyDescriptor

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.

Value::Type property_type

The type of the property.