Show:

Constructor for ProAct.AutoPropertyProvider.

Provides ProAct.AutoProperty instances for fields pointing to functions.

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

Constructor

ProAct.AutoPropertyProvider

()

Item Index

Methods

Properties

Methods

filter

(
  • object
  • property
  • meta
)
Boolean

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

Parameters:

Returns:

Boolean:

True if the value of object[property] a function.

provide

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

Provides an instance of ProAct.AutoProperty.

Parameters:

Returns:

ProAct.AutoProperty:

A ProAct.AutoProperty instance provided by this provider.

Properties

constructor

ProAct.AutoPropertyProvider final

Reference to the constructor of this object.