This commit is contained in:
NoryiE
2025-11-04 08:44:01 +00:00
parent acb3028319
commit 6e4f5cd30b

View File

@@ -88,8 +88,9 @@ basalt.run()
|---|---|---|---|
|showScrollBar|boolean|true|Whether to show scrollbars|
|scrollBarSymbol|string|"_"|The symbol used for the scrollbar handle|
|scrollBarBackground|string|"\127"|The symbol used for the scrollbar background|
|scrollBarBackgroundSymbol|string|"\127"|The symbol used for the scrollbar background|
|scrollBarColor|color|lightGray|Color of the scrollbar handle|
|scrollBarBackgroundColor|color|gray|Background color of the scrollbar|
|scrollBarBackgroundColor2|secondary|color|black Background color of the scrollbar|
|contentWidth|number|0|The total width of the content (calculated from children)|
|contentHeight|number|0|The total height of the content (calculated from children)|