Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-20 06:35:55 +03:00
parent 9ddc29275e
commit fe0aeb51e9

View File

@ -57,6 +57,13 @@ var Items.Heading = function(value){}
var Items.Group = function(items){}
// lists...
//
// .List(values[, make][, options])
// -> ???
//
// XXX how do we indicate the selected item???
// - options.path / options.selected?
// - path argument?
var Items.List = function(values){}
var Items.EditableList = function(values){}
var Items.EditablePinnedList = function(values){}