Settings Reference
The configuration object for TableX’s settings.
Object Properties:
- checkForUpdates Required
- pageSize Required
- sqlEditor Required
checkForUpdates
boolean
Wether to automatically check for updates or not.
pageSize
integer
formatted as uint32
Number of rows to be fetched per page.
sqlEditor
Configuration for the SQL editor.
Definitions
CursorBlinkingStyle
"blink"
| "expand"
| "smooth"
| "solid"
| "phase"
Behavior of the cursor blinking style.
EditorScrollBarVisibility
Vertical/Horizontal scrollbar visibility.
Object Properties:
- horizontal Required
- vertical Required
horizontal
Toggle horizontal scrollbar visibility.
vertical
Toggle vertical scrollbar visibility.
SQLEditorSettings
Configuration for the SQL editor.
Object Properties:
- cursorBlinking Required
- fontSize Required
- minimap Required
- scrollbar Required
cursorBlinking
Behavior of the cursor blinking style.
fontSize
integer
formatted as uint8
Editor font size.
minimap
boolean
Visibility of the right-hand-side minimap.
scrollbar
Vertical/Horizontal scrollbar visibility.
Visibility
"hidden"
| "visible"
| "auto"
General visibility settings.