getLayoutProperty method
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);