Global

Type Definitions

borderOptions

Type:
  • Object
Properties:
Name Type Attributes Default Description
junction string <optional>
"+" the character to use for junctions
vertical string <optional>
"|" the character to use for vertical lines
horizontal string <optional>
"-" the character to use for horizontal lines
Source:

dualFunction

Properties:
Name Type Attributes Description
hover function <optional>
the function to call when the element is selected but not called
run function <optional>
the function to call when an element is selected and called
Source:

keypress

Type:
  • Object
Properties:
Name Type Description
ctrl boolean if the ctrl key is pressed
meta boolean if the meta key is pressed
shift boolean if the shift key is pressed
name string the name of the key
Source:

main_classes

Type:
  • Object
Properties:
Name Type Description
core MultiWindow the core class
extended Extended the extended class
ex Extended the short name for the extended class
Source:

paddingOptions

Type:
  • Object
Properties:
Name Type Attributes Default Description
top number <optional>
0 the padding from the top
bottom number <optional>
0 the padding from the bottom
left number <optional>
0 the padding from the left
right number <optional>
0 the padding from the right
Source: