ReplOptions.statusBar property
Home > streplts > ReplOptions > statusBar
ReplOptions.statusBar property
Section titled “ReplOptions.statusBar property”Boolean toggle or dynamic evaluation function determining whether to render a status bar dock below the prompt.
Signature:
statusBar?: boolean | (() => string);