Members
-
config :Object
-
-
lastValueMap :any
-
-
map :Object
-
Methods
-
caluTransionValue(t) → {any}
-
Parameters:
Name |
Type |
Description |
t |
Object
|
|
Returns:
any
-
clear() → {void}
-
Returns:
void
-
getDefaultValue(paramName) → {any}
-
Parameters:
Name |
Type |
Description |
paramName |
string
|
|
Returns:
any
-
getFrameValue(t) → {number}
-
Parameters:
Name |
Type |
Description |
t |
Object
|
|
Returns:
number
-
getTransitionItem(key) → {Object}
-
Parameters:
Name |
Type |
Description |
key |
string
|
|
Returns:
Object
-
has(name, matchStart) → {boolean}
-
Parameters:
Name |
Type |
Attributes |
Description |
name |
string
|
|
|
matchStart |
boolean
|
<optional>
|
|
Returns:
boolean
-
isEmpty() → {boolean}
-
Returns:
boolean
-
isNumberArray(obj) → {obj}
-
Parameters:
Name |
Type |
Description |
obj |
any
|
|
Returns:
obj
-
isPoint(obj) → {obj}
-
Parameters:
Name |
Type |
Description |
obj |
any
|
|
Returns:
obj
-
isPointArray(obj) → {obj}
-
Parameters:
Name |
Type |
Description |
obj |
any
|
|
Returns:
obj
-
isPointObjectArray(obj) → {obj}
-
Parameters:
Name |
Type |
Description |
obj |
any
|
|
Returns:
obj
-
isValueEqual(value1, value2) → {boolean}
-
Parameters:
Name |
Type |
Description |
value1 |
any
|
|
value2 |
any
|
|
Returns:
boolean
-
record(params, keys) → {void}
-
Parameters:
Name |
Type |
Description |
params |
any
|
|
keys |
Array.<string>
|
|
Returns:
void
-
recordAndGetValue(params, key) → {void}
-
Parameters:
Name |
Type |
Description |
params |
any
|
|
key |
string
|
|
Returns:
void
-
recordOne(params, p) → {void}
-
Parameters:
Name |
Type |
Description |
params |
any
|
|
p |
string
|
|
Returns:
void
-
remove(name, matchStart) → {void}
-
Parameters:
Name |
Type |
Attributes |
Description |
name |
string
|
|
|
matchStart |
boolean
|
<optional>
|
|
Returns:
void
-
setConfig(c) → {void}
-
Parameters:
Name |
Type |
Description |
c |
any
|
|
Returns:
void
-
update() → {void}
-
Returns:
void
-
updateToValue(key, value) → {void}
-
Parameters:
Name |
Type |
Description |
key |
string
|
|
value |
any
|
|
Returns:
void