getLayoutProperty method

dynamic getLayoutProperty(
  1. String layerId,
  2. String name
)

Get a layout property's value from a given layer @param {string} layerId the layer to inspect @param {string} name the name of the layout property @returns {*} the property value

Implementation

getLayoutProperty(String layerId, String name) =>
    jsObject.getLayoutProperty(layerId, name);