forked from StudioInfinity/dyna3
App: pass app state into outline as context
This commit is contained in:
parent
49170671b4
commit
959e4cc8b5
3 changed files with 41 additions and 34 deletions
|
@ -10,6 +10,7 @@ pub struct Element {
|
|||
}
|
||||
|
||||
// a complete, view-independent description of an assembly
|
||||
#[derive(Clone)]
|
||||
pub struct Assembly {
|
||||
// the order of the elements is arbitrary, and it could change at any time
|
||||
pub elements: Signal<Vec<Element>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue