Skip to content

Documentation / listr2 / ListrEventType

Enumeration: ListrEventType

Events that are triggered by Listr.

These are stateful and singleton events by being attached to the main Listr class and propagating to the subtasks.

See

https://listr2.kilic.dev/listr/events.html

Enumeration Members

SHOULD_REFRESH_RENDER

SHOULD_REFRESH_RENDER: "SHOUD_REFRESH_RENDER"

Indicates that underlying renderer should refresh the current render.

Defined in

packages/listr2/src/constants/listr-events.constants.ts:10