Aardvark.UI.Primitives


TreeViewApp

Nested types and modules

TypeDescription
Action

Functions and values

Function or valueDescription
addChild v ()
Signature: v:Index list -> unit -> Action
app
Signature: App<TreeModel,MTreeModel,Action>
click v ()
Signature: v:Index list -> unit -> Action
defaultP
Signature: Properties
init
Signature: TreeModel
remChild v ()
Signature: v:Index list -> unit -> Action
start ()
Signature: unit -> MutableApp<TreeModel,Action>
toggle v ()
Signature: v:Index list -> unit -> Action
update model action
Signature: model:TreeModel -> action:Action -> TreeModel
updateAt p f t
Signature: p:Index list -> f:(Tree -> Tree) -> t:Tree -> Tree
view model
Signature: model:MTreeModel -> DomNode<Action>
viewLabel v
Signature: v:IMod<'?7443> -> DomNode<'?7444>
Type parameters: '?7443, '?7444
viewTree path model
Signature: path:Index list -> model:IMod<MTree> -> alist<DomNode<Action>>
Fork me on GitHub