Class: ol.Object
new Object
Parameters:
| Name |
Type |
Description |
values |
Object.<string, *>=
|
(Optional) Values. |
- Source:
Extends
Members
-
changed
-
- Source:
-
setValues
-
- Source:
Methods
-
bindTo
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
target |
ol.Object
|
Target. |
targetKey |
string=
|
(Optional) Target key. |
noNotify |
boolean=
|
(Optional) No notify. |
- Source:
-
<static> capitalize
-
Parameters:
| Name |
Type |
Description |
str |
string
|
String. |
- Source:
Returns:
Capitalized string.
-
Type
-
string
-
get
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Source:
Returns:
Value.
-
Type
-
*
-
<static> getAccessors
-
Parameters:
- Source:
Returns:
Accessors.
-
Type
-
Object.<string, {target: ol.Object, key: string}>
-
<static> getChangedEventType
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Source:
Returns:
Changed name.
-
Type
-
string
-
<static> getGetterName
-
Parameters:
| Name |
Type |
Description |
key |
string
|
String. |
- Source:
Returns:
Getter name.
-
Type
-
string
-
<static> getListeners
-
Parameters:
- Source:
Returns:
Listeners.
-
Type
-
Object.<string, ?number>
-
<static> getSetterName
-
Parameters:
| Name |
Type |
Description |
key |
string
|
String. |
- Source:
Returns:
Setter name.
-
Type
-
string
-
notify
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Source:
-
set
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
value |
*
|
Value. |
- Source:
-
setOptions
-
Parameters:
| Name |
Type |
Description |
options |
Object.<string, *>
|
Options. |
- Source:
-
unbind
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Source:
-
unbindAll
-
Removes all bindings.
- Source: