This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Allows for the deferred creation of items to avoid processing bottlenecks.

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Bindings 2.9.1

Possible Values

Immediate

Items will be added immediately to the tree.

Frame

Item changes will be buffered and added once per frame.

Deferred

Items will be added as though they are wrapped in a Deferred node.

Show Uno properties and methods

Interface of InstanceDefer

Inherited from object