Skip to content

atomic-framework/slide-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

slide-list

Class for quering and manipulating one-level nested list of strings (slide ids)

API

List#size()

Total number of items in the list

List#get(hIndex, vIndex)

Get the id for an item in the list

List#getIndex(item)

Get the index of an item in the list

List#getType(hIndex)

Get type of item at index (array or string)

List#inRange(hIndex)

List#getList()

List#setList(arr)

List#goTo(index)

List#left()

List#right()

List#down()

List#up()

List#getNext()

List#getPrevious()

Not implemented

List#next()

List#previous()

List#gotoFirst()

List#gotoLast()

List#append(content)

Append item or array to the list

List#prepend(content)

Prepend item or array to the list

List#insert(item, index)

List#replace(item, index)

List#remove(index)

List#move(from, to)

About

Class for quering and manipulating one-level-nested list of strings (slide ids)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published