Type Alias zng_app::widget::builder::PropertyBuildActions

source ·
pub type PropertyBuildActions = Vec<Vec<Box<dyn AnyPropertyBuildAction>>>;
Expand description

Property build actions that must be applied to property args.

See PropertyNewArgs::build_actions for more details.

Aliased Type§

struct PropertyBuildActions { /* private fields */ }