| $dragCreate | the method is called at the moment when drag-n-drop has started | 
| $dragDestroy | the method is called at the moment when drag-n-drop has ended | 
| $dragPos | defines the position of a dragged view | 
| $enterKey | the method that will be called when the Enter key is pressed | 
| $getSize | returns the current size of the component | 
| $height | the current height of the view | 
| $scope | scope for resolving event and method names | 
| $setNode | defines HTML element for the component | 
| $setSize | sets the component size | 
| $skin | the method which will be called when skin is defined | 
| $view | reference to the top HTML element of the view | 
| $width | the current width of the view | 
| config | all options from the initial component configuration | 
| name | indicates the name of the component (a read-only property) |