Overrides one or more metadata properties of an object.
Usage | Returns |
---|---|
Image.setMulti(properties) | Element |
Argument | Type | Details |
---|---|---|
this: object | Element | The object whose properties to override. |
properties | Dictionary | The property values to override. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!