Options
All
  • Public
  • Public/Protected
  • All
Menu

The bones of a listr renderer.

Hierarchy

  • ListrRenderer

Implemented by

Index

Constructors

  • create a new renderer

    Parameters

    Returns ListrRenderer

Properties

end: (err?: Error) => void

Type declaration

    • (err?: Error): void
    • A function to what to do on end of the render

      Parameters

      • Optional err: Error

      Returns void

render: () => void

Type declaration

    • (): void
    • A function to what to do on render

      Returns void

nonTTY: boolean

designate whether this renderer can work in non-tty environments

rendererOptions: Record<PropertyKey, any>

designate renderer global options that is specific to the current renderer

rendererTaskOptions: Record<PropertyKey, any>

designate renderer per task options that is specific to the current renderer