Provides conditional creation of the desired object.

When true, the default, the desired templates will be created. When false nothing will be created.

Ensure that when attaching to a binding, or other delayed or async expression, that you force an unknown value to false. As the default is true, a delayed, or lost value, would otherwise end up being true and may temporarily instance the templates.

<Instance IsEnabled="{jsVar} ?? false">

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Bindings 2.9.1

Returns

bool