Struct flo_ui::DynamicViewModel [] [src]

pub struct DynamicViewModel { /* fields omitted */ }

The dynamic viewmodel lets us define arbitrary properties as bound or computed values. A particular key can only be bound or computed: if it is set as both, the computed version 'wins'.

Methods

impl DynamicViewModel
[src]

[src]

Creates a new dynamic viewmodel

[src]

Sets a binding to a computed value

Trait Implementations

impl ViewModel for DynamicViewModel
[src]

[src]

Retrieves a property

[src]

Updates a property

Important traits for Vec<u8>
[src]

Retrieves the names of all of the properties in this item

Auto Trait Implementations