ee.Feature.propertyNames
Returns the names of properties on this element.
Usage | Returns |
---|
Feature.propertyNames() | List |
Argument | Type | Details |
---|
this: element | Element | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["The `propertyNames` function returns a list of the property names present on a given Feature element."],["It is used by calling `propertyNames()` on the Feature element itself, and no additional arguments are needed."],["The output will be a list containing the names of all the different properties associated with that specific element."]]],["The `propertyNames()` function, when called on an element, returns a list of property names associated with that element. It takes one argument, `this`, which refers to the specific element whose properties are being queried. The output of this function is a list of strings, each representing a property name.\n"]]