instance-method
flagrate.Tab#splice
flagrate.Tab#splice(index[, howMany[, tab]]) → Array
index
(Number
) – Index at which to start changing the flagrate.Tab#tabs.howMany
(Number
) – An integer indicating the number of old flagrate.Tab#tabs to remove.tab
(Object
|Array
) – The row(s) to add to the flagrate.Tab#tabs.
Changes the content of a tabs, adding new tab(s) while removing old tab(s).