new Object
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
values |
Object.<string, *>= |
<optional> |
(Optional) Values. |
- Source:
- object.js, line 40
Extends
- goog.events.EventTarget
Members
-
changed
-
- Source:
- object.js, line 166
-
setValues
-
- Source:
- object.js, line 275
Methods
-
<static> capitalize
-
Parameters:
Name Type Description strstring String. - Source:
- object.js, line 81
Returns:
Capitalized string.- Type
- string
-
<static> getAccessors
-
Parameters:
Name Type Description objol.Object Object. - Source:
- object.js, line 90
Returns:
Accessors.- Type
- Object.<string, {target: ol.Object, key: string}>
-
<static> getChangedEventType
-
Parameters:
Name Type Description keystring Key. - Source:
- object.js, line 100
Returns:
Changed name.- Type
- string
-
<static> getGetterName
-
Parameters:
Name Type Description keystring String. - Source:
- object.js, line 111
Returns:
Getter name.- Type
- string
-
<static> getListeners
-
Parameters:
Name Type Description objol.Object Object. - Source:
- object.js, line 122
Returns:
Listeners.- Type
- Object.<string, ?number>
-
<static> getSetterName
-
Parameters:
Name Type Description keystring String. - Source:
- object.js, line 132
Returns:
Setter name.- Type
- string
-
bindTo
-
Parameters:
Name Type Argument Description keystring Key. targetol.Object Target. targetKeystring= <optional>
(Optional) Target key. noNotifyboolean= <optional>
(Optional) No notify. - Source:
- object.js, line 145
-
get
-
Parameters:
Name Type Description keystring Key. - Source:
- object.js, line 173
Returns:
Value.- Type
- *
-
getKeys
-
Get a list of object property names.
- Source:
- object.js, line 197
Returns:
List of property names.- Type
- Array.<string>
-
notify
-
Parameters:
Name Type Description keystring Key. - Source:
- object.js, line 208
-
set
-
Parameters:
Name Type Description keystring Key. value* Value. - Source:
- object.js, line 236
-
setOptions
-
Parameters:
Name Type Description optionsObject.<string, *> Options. - Source:
- object.js, line 258
-
unbind
-
Parameters:
Name Type Description keystring Key. - Source:
- object.js, line 281
-
unbindAll
-
Removes all bindings.
- Source:
- object.js, line 298