Skip to main content

Enumeration: ProgressLocation

A location in the editor at which progress information can be shown. It depends on the location how progress is visually represented.

Enumeration Members

APP_ICON

APP_ICON: 1

Show progress bar under app icon in launcher bar.

Deprecated

This value is deprecated as it does not render equally on various supported platforms. It will be removed in future versions of Podman Desktop. We strongly encourage to use TASK_WIDGET instead.

See

TASK_WIDGET

Defined in

packages/extension-api/src/extension-api.d.ts:1042


TASK_WIDGET

TASK_WIDGET: 2

Show progress in the task manager widget

Defined in

packages/extension-api/src/extension-api.d.ts:1047