Api Reference
getValue([from, to])
const value = iblize.getValue();
const subValue = iblize.getValue(0. 10); // just like a substring setValue(text[, recordHistory])
iblize.setValue("console.log('hello');");getOptions()
setOptions(options)
getSelection()
setSelection(start, end[, dir])
getCursor()
setCursor(pos)
getActiveLine()
getTotalLine()
getLineValue(line)
insertTab()
insertText(from, text[, options])
removeText(from, to[, options])
undo()
redo()
Last updated