getPane method

Element getPane([
  1. String? name
])

Returns the HTMLElement representing the named pane on the map. If name is omitted, returns the pane for this layer

Implementation

external Element getPane([String? name]);