mirror of https://github.com/docker/docs.git
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
|
description: Docker extension API reference
|
|
keywords: Docker, extensions, sdk, API, reference
|
|
skip_read_time: true
|
|
---
|
|
|
|
# Extensions API Reference
|
|
|
|
## Dashboard Interfaces
|
|
|
|
- [Host](interfaces/Host.md)
|
|
- [NavigationIntents](interfaces/NavigationIntents.md)
|
|
- [Toast](interfaces/Toast.md)
|
|
|
|
## Other Interfaces
|
|
|
|
- [ExecResultV0](interfaces/ExecResultV0.md)
|
|
- [RequestConfigV0](interfaces/RequestConfigV0.md)
|
|
- [BackendV0](interfaces/BackendV0.md)
|
|
- [OpenDialogResult](interfaces/OpenDialogResult.md)
|
|
- [Dialog](interfaces/Dialog.md)
|
|
- [Docker](interfaces/Docker.md)
|
|
- [DockerCommand](interfaces/DockerCommand.md)
|
|
- [ExecOptions](interfaces/ExecOptions.md)
|
|
- [SpawnOptions](interfaces/SpawnOptions.md)
|
|
- [Exec](interfaces/Exec.md)
|
|
- [ExecProcess](interfaces/ExecProcess.md)
|
|
- [ExecStreamOptions](interfaces/ExecStreamOptions.md)
|
|
- [ExecResult](interfaces/ExecResult.md)
|
|
- [RawExecResult](interfaces/RawExecResult.md)
|
|
- [Extension](interfaces/Extension.md)
|
|
- [DesktopUI](interfaces/DesktopUI.md)
|
|
- [ExtensionVM](interfaces/ExtensionVM.md)
|
|
- [ExtensionHost](interfaces/ExtensionHost.md)
|
|
- [ExtensionCli](interfaces/ExtensionCli.md)
|
|
- [HttpService](interfaces/HttpService.md)
|
|
- [RequestConfig](interfaces/RequestConfig.md)
|
|
- [ServiceError](interfaces/ServiceError.md)
|
|
- [DockerDesktopClient](interfaces/DockerDesktopClient.md)
|