mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-16 10:36:17 +00:00
9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
/**
|
|
* Interface for elements and element groups that appear in component
|
|
* groups (buttons, labels, .etc) Has base methods that deal with display
|
|
* and positioning.
|
|
*
|
|
* @interface IElement
|
|
* @extends jibo.face.views.Component
|
|
* @memberof jibo.face.views
|
|
*/ |