Releases: Elius94/console-gui-tools
Releases · Elius94/console-gui-tools
v2.3.3
Full Changelog: v2.3.2...v2.3.3
v2.3.2
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #56
- Elius94/issue57 by @Elius94 in #58
New Contributors
- @dependabot made their first contribution in #56
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Full Changelog: v2.1.2...v2.2.0
consoleManager.setLayoutOptions(options, [update])
This method is used to change the layout options. if update is true, the layout will be updated.
Kind: instance method of ConsoleManager
Param | Type | Default |
---|---|---|
options | LayoutOptions |
|
[update] | boolean |
true |
Example
CM.setLayoutOptions({ showTitle: true, boxed: true, boxColor: 'cyan', boxStyle: 'bold', changeFocusKey: 'ctrl+l', type: 'double', direction: 'vertical' })
Example
CM.setLayoutOptions({ ...CM.getLayoutOptions(), type: "quad" })
consoleManager.updateLayout()
This method is used to update the layout
Kind: instance method of ConsoleManager
consoleManager.getLayoutOptions() ⇒ LayoutOptions
This method is used to get the layout options.
Kind: instance method of ConsoleManager
Returns: LayoutOptions
-
The layout options.
Example
CM.getLayoutOptions()
Example
CM.getLayoutOptions().boxed
v2.1.2
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v1.4.2
v1.4.1
Full Changelog: v1.3.2...v1.4.1