Skip to main content

Enumeration: ProgressLocation

Defined in: packages/extension-api/src/extension-api.d.ts:1228

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

Defined in: packages/extension-api/src/extension-api.d.ts:1236

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


TASK_WIDGET

TASK_WIDGET: 2

Defined in: packages/extension-api/src/extension-api.d.ts:1241

Show progress in the task manager widget