Options
All
  • Public
  • Public/Protected
  • All
Menu

DaoPaaS API Options

Index

Enumerations

Interfaces Other

Interfaces PaaSOptions [Required]

Type Aliases

Type Aliases

ComponentType: "Tree" | "Editor" | "Browser" | "Console" | "Shell"

SDK内部组件名

DockerStatus: "RUNNING" | "STOP"

Docker运行状态

Message: { error?: string; name: Messages; payload?: any }

SDK消息监听数据类型

Type declaration

  • Optional error?: string

    错误信息

  • name: Messages

    消息类型

  • Optional payload?: any

    消息内容

PlaygroundStatus: "EMPTY" | "ACTIVE" | "INACTIVE"

Playground状态类型

Generated using TypeDoc