Creates an IObject from an arbitrary number of NameValuePairs.

The returned object also implements IArray with the original ordering of the NameValuePairs.

In UX expressions, objects are denoted as lists of NameValuePair: {name1: value1, name2: value2}.

A single NameValuePair also implements IObject (but doesn't need this Object operator).

Location

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

Interface of Object

Inherited from SimpleVarArgFunction

Inherited from VarArgFunction

Inherited from Expression

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.

Implemented Interfaces