Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Widgets

Index

Type aliases

Color

Color: number | string

KeyEventListener

KeyEventListener: function

Type declaration

LayoutIterator

LayoutIterator: function

Type declaration

ListElementEventType

ListElementEventType: "cancel" | "action" | "create item" | "add item" | "remove item" | "insert item" | "set items"

NodeEventType

NodeEventType: "adopt" | "remove" | "reparent" | "attach" | "detach"

NodeGenericEventType

NodeGenericEventType: "resize" | "prerender" | "render" | "destroy" | "move" | "show" | "hide" | "set content" | "parsed content"

NodeMouseEventType

NodeMouseEventType: "mouse" | "mouseout" | "mouseover" | "mousedown" | "mouseup" | "mousewheel" | "wheeldown" | "wheelup" | "mousemove" | "click"

NodeScreenEventType

NodeScreenEventType: "focus" | "blur" | "click" | "element click" | "element mouseover" | "element mouseout" | "element mouseup" | "element mouse" | "element mousedown" | "element mousewheel" | "element wheeldown" | "element wheelup" | "element mousemove"

ScreenLine

ScreenLine: [number, string]

A point in the screen. The first element represent the attr (value combining the color, and effects like bold, underline, etc) and the second it the character to paint. See Element.sattr

TextareaElementEventType

TextareaElementEventType: "error" | "submit" | "cancel" | "action"

Generated using TypeDoc