Extract properties from a feature as a dictionary.
Usage | Returns |
---|---|
Feature.toDictionary(properties) | Dictionary |
Argument | Type | Details |
---|---|---|
this: element | Element | The feature to extract the property from. |
properties | List, default: null | The list of properties to extract. Defaults to all non-system properties. |