Show:

Constructor for ProAct.ObjectPropertyProvider.

Provides ProAct.ObjectProperty instances for fields pointing to objects, different from arrays or functions.

ProAct.ObjectPropertyProvider is part of the proact-properties module of ProAct.js.

Constructor

ProAct.ObjectPropertyProvider

()

Item Index

Methods

Properties

Methods

filter

(
  • object
  • property
  • meta
)
Boolean

Used to check if this ProAct.ObjectPropertyProvider is compliant with the field and meta data.

Parameters:

Returns:

Boolean:

True if the value of object[property] an object, different from array or function.

provide

(
  • queueName
  • object
  • property
  • meta
)
ProAct.ObjectProperty

Provides an instance of ProAct.ObjectProperty.

Parameters:

Returns:

ProAct.ObjectProperty:

A ProAct.ObjectProperty instance provided by this provider.

Properties

constructor

ProAct.ObjectPropertyProvider final

Reference to the constructor of this object.