Sets the value of the property in the element.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: wijmo.data.IDataView;
// Parameters
var item; // Type: Object
var property; // Type: string
var newValue; // Type: any
instance.setProperty(item, property, newValue);
|
Javascript (Specification) | |
---|
function setProperty(
: Object,
: string,
: any
) : void;
|
Parameters
- item
- The element with the property value that is to be set.
- property
- The name of the property to set
- newValue
- The new value
Browser Compatibility
See Also
Reference
IDataView Interface