Holds information about an argument to an Expression

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Expressions 2.9.1
Show Uno properties and methods

Interface of Argument

HasValue : bool uno

Whether or not this argument has yielded a value yet. This can only return false if OnNewPartialArguments was overridden.

Value : object uno

The current value of the argument. If HasValue is false, null is returned.

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.