JavaScript Application Development API for Oracle Visual Builder Cloud Service - Classic Applications

Class: operation/js/api/Value

API object representing single Value coming as part of the data record.

Version:
  • 17.1.3
Source:
See:

Classes

operation/js/api/Value.BrokenReferenceValue
operation/js/api/Value.ReferenceValue

Methods

(static) isBrokenReference(obj) → {Boolean}

stable API

Checks whether the given Object is BrokenReferenceValue or not.

Parameters:
Name Type Description
obj Object

Instance to check.

Version:
  • 17.1.3
Source:
Returns:
  • true if the given Object is a broken reference, false otherwise.
Type
Boolean

(static) isReference(obj) → {Boolean}

stable API

Checks whether the given Object is ReferenceValue or not.

Parameters:
Name Type Description
obj Object

Instance to check.

Version:
  • 17.1.3
Source:
Returns:
  • true if the given Object is a reference, false otherwise.
Type
Boolean