Constructor
new LayersPanelView()
- Since:
- Source:
Extends
Members
className :string
The HTML classes to use for this view's element
Type:
- Source:
classNames :Object.<string, string>
The HTML classes to use for this view's HTML elements.
Type:
- Source:
type :string
The type of View this is
Type:
- Source:
Methods
render()
Render the view by updating the HTML of the element.
The new HTML is computed from an HTML template that
is passed an object with relevant view state.
- Source:
search(textopt) → {boolean}
Search function for the SearchInputView.
Parameters:
Name |
Type |
Attributes |
Description |
text |
string
|
<optional>
|
The search text from user input. |
- Source:
Returns:
- True if there is a layer match.
-
Type
-
boolean