Skip to content

Documentation / listr2 / ListrSecondaryRendererOptions

Interface: ListrSecondaryRendererOptions<T>

Options of the fallback renderer.

Extended by

Type Parameters

T extends ListrRendererValue

Properties

fallbackRendererOptions?

optional fallbackRendererOptions: ListrGetRendererOptions<T>

Renderer options depending on the fallback renderer.

Defined in

packages/listr2/src/interfaces/renderer.interface.ts:114