1class Efl.Ui.Grid_Default_Item extends Efl.Ui.Default_Item
2{
3   [[Default Item class to be used inside @Efl.Ui.Grid containers.
4     The $icon part is in the middle, the $extra part overlaps it on its upper-right corner.
5     The $text part is centered below the $icon.
6     Theming can change this arrangement.
7
8     @since 1.23
9   ]]
10   data: null;
11   implements {
12      Efl.Object.constructor;
13   }
14}
15