@flowscripter/dynamic-cli-framework
Preparing search index...
KeyReader
Interface KeyReader
interface
KeyReader
{
disableRawMode
()
:
void
;
enableRawMode
()
:
void
;
readKey
()
:
Promise
<
KeyEvent
>
;
}
Implemented by
TtyKeyReader
Index
Methods
disable
Raw
Mode
enable
Raw
Mode
read
Key
Methods
disable
Raw
Mode
disableRawMode
()
:
void
Returns
void
enable
Raw
Mode
enableRawMode
()
:
void
Returns
void
read
Key
readKey
()
:
Promise
<
KeyEvent
>
Returns
Promise
<
KeyEvent
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
disable
Raw
Mode
enable
Raw
Mode
read
Key
@flowscripter/dynamic-cli-framework
Loading...