Files
Basalt2/docs/references/elements/BaseFrame.md
2025-09-14 10:11:36 +00:00

683 B

BaseFrame

This is the base frame class. It is the root element of all elements and the only element without a parent.

Extends: Container

Properties

Property Type Default Description
term term peripheral term.current()

Functions

Method Returns Description
BaseFrame:setCursor - Sets the cursor position

Sets the cursor position

Parameters

  • x number The x position to set the cursor to
  • y number The y position to set the cursor to
  • blink boolean Whether the cursor should blink