Skip to content

Releases: Elius94/console-gui-tools

v2.3.3

10 Jan 16:42
Compare
Choose a tag to compare

Full Changelog: v2.3.2...v2.3.3

v2.3.2

10 Jan 14:41
Compare
Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Jan 14:29
Compare
Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

10 Jan 14:15
9480a3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 Jan 12:17
Compare
Choose a tag to compare

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

23 Dec 18:38
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

23 Dec 17:35
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.0.1

21 Dec 18:23
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v1.4.2

29 Nov 21:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.2

v1.4.1

29 Nov 20:51
Compare
Choose a tag to compare

Full Changelog: v1.3.2...v1.4.1