Members
(static, non-null) STATE :Object
State definition.
Type:
- Source:
Methods
(static) _keywordsMatch(text, keywords) → {boolean}
Returns true if the given keywords matches the given text
Parameters:
Name |
Type |
Description |
text |
string
|
|
keywords |
string
|
|
- Source:
Returns:
-
Type
-
boolean
prepareStateForRender(state) → {Object}
Parameters:
Name |
Type |
Description |
state |
Object
|
|
- Source:
Returns:
-
Type
-
Object
shouldUpdate(changes) → {boolean}
Parameters:
Name |
Type |
Description |
changes |
Object
|
|
- Source:
Returns:
-
Type
-
boolean