Struct i_slint_compiler::langtype::PropertyLookupResult
source · pub struct PropertyLookupResult<'a> {
pub resolved_name: Cow<'a, str>,
pub property_type: Type,
pub property_visibility: PropertyVisibility,
pub is_local_to_component: bool,
}
Fields§
§resolved_name: Cow<'a, str>
§property_type: Type
§property_visibility: PropertyVisibility
§is_local_to_component: bool
True if the property is part of the the current component (for visibility purposes)