| $dragCreate | the method is called at the moment when drag-n-drop has started |
| $dragDestroy | the method is called when drag-n-drop has finished |
| $dragIn | the method is called when an item is moved into a possible drop landing during dnd |
| $dragOut | the method is called when an item is moved out of a possible drop landing during dnd |
| $dragPos | defines the position of a dragged item |
| $drop | the method is called when an item is dragged and dropped on a valid target |
| $getSize | returns the current size of the component |
| $height | the current height of the view |
| $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) |