Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Added API docs for DropdownView#class.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Oct 10, 2018
1 parent 567931f commit ad9e8a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dropdown/dropdownview.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ export default class DropdownView extends View {
*/
this.set( 'isEnabled', true );

/**
* (Optional) The additional CSS class set on the dropdown {@link #element}.
*
* @observable
* @member {String} #class
*/
this.set( 'class' );

/**
Expand Down

0 comments on commit ad9e8a8

Please sign in to comment.