Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
106 stars 17 forks source link

Update LayoutManager.ts #77

Closed ellisgl closed 9 months ago

ellisgl commented 9 months ago

Resolves #76 Change LayoutOptions.changeFocus property to be optional.

Elius94 commented 9 months ago

image

It's not complete at all! In typescript you must check all types before changing a prop to optional. In this case I need to set a default value before...