mirror of https://github.com/docker/docs.git
30 lines
400 B
Markdown
30 lines
400 B
Markdown
---
|
|
description: Docker extension API reference
|
|
keywords: Docker, extensions, sdk, API, reference
|
|
skip_read_time: true
|
|
---
|
|
|
|
# Interface: DesktopUI
|
|
|
|
**`Since`**
|
|
|
|
0.2.0
|
|
|
|
## Properties
|
|
|
|
### toast
|
|
|
|
• `Readonly` **toast**: [`Toast`](Toast.md)
|
|
|
|
___
|
|
|
|
### dialog
|
|
|
|
• `Readonly` **dialog**: [`Dialog`](Dialog.md)
|
|
|
|
___
|
|
|
|
### navigate
|
|
|
|
• `Readonly` **navigate**: [`NavigationIntents`](NavigationIntents.md)
|