Type Alias zng::widget::builder::PropertyBuildActionsWhenData
source · pub type PropertyBuildActionsWhenData = Vec<Vec<Option<Arc<dyn Any + Sync + Send>>>>;
Expand description
Data for property build actions associated with when conditions.
See PropertyNewArgs::build_actions_when_data
for more details.
Aliased Type§
struct PropertyBuildActionsWhenData { /* private fields */ }