LookUp Class
Represents a reactive look-up operation, with a computed index (number) or key (string).
Index can be either a number (for IArray lookups) or a string (for IObject lookups).
Diagnostic erros are reported in the following cases:
- If the collection is an
IArray
and the index is not convertible to a number. - If the collection is an
IArray
and the index is not within the bounds of the array. - If the colleciton is an
IObject
and the key is not present in the object. - If the collection is neither an
IArray
orIObject
.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Interface of LookUp
Index : Expression uno
LookUp(Expression, Expression) Constructor uno
Inherited from Expression
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
Subscribe(IContext, IListener) : IDisposable uno
See IExpression.Subscribe
for docs.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
IExpression uno
ISourceLocation uno
hide