Show:

Constructor for ProAct.ProxyPropertyProvider.

Provides ProAct.ProxyProperty instances for fields that should point to properties.

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

Constructor

ProAct.ProxyPropertyProvider

()

Item Index

Methods

Properties

Methods

filter

(
  • object
  • property
  • meta
)
Boolean

Used to check if this ProAct.ProxyPropertyProvider is compliant with the meta data.

Parameters:

Returns:

Boolean:

True if meta argument is present and is instance of ProAct.Property.

provide

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

Provides an instance of ProAct.ProxyProperty.

Parameters:

Returns:

ProAct.ProxyProperty:

A ProAct.ProxyProperty instance provided by this provider.

Properties

constructor

ProAct.ProxyPropertyProvider final

Reference to the constructor of this object.