Skip to content

Documentation / listr2 / ListrEventType

Enumeration: ListrEventType

Defined in: packages/listr2/src/constants/listr-events.constants.ts:8

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"

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

Indicates that underlying renderer should refresh the current render.