| Name |
Description |
| el |
Corresponding DOM element that represents this view. It can already exist or if not, it will be created for you. |
| tagName |
Specific tag that will be created for this views *el* |
| className |
CSS class that will be applied to this views's *el* |
| id |
CSS ID that will be applied to this view's *el* |
| $el |
A cached jQuery object for the view's element. |
| attributes |
A hash of attributes that will be set as HTML DOM element attributes on the view's *el* (id, class, data-properties, etc.) |
| template |
A template or reference to a template for use with the *render()* method |