ProAct.Configuration Class
Defined in:
Module: proact-core
src/js/core/pro.js:493
Contains various configuration settings for the ProAct.js library.
Item Index
Properties
- keypropList static
- keyprops static
Properties
keypropList
Array
static
Defines a list of the keyword properties that can not be used in ProAct.js objects. The ProAct.Configuration.keyprops option must be set to true in order for this list to be used.
keyprops
Boolean
static
If this option is set to true, when a ProAct.js object is created and has properties named
as one or more of the properties listed in
ProAct.Configuration.keypropList an Error
will be thrown.
In other words declares some of the properties of every ProAct objects as keyword properties.