Type Alias zng_app::widget::builder::PropertyBuildActionsWhenData

source ·
pub type PropertyBuildActionsWhenData = Vec<Vec<Option<Arc<dyn Any + Send + Sync>>>>;
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 */ }