SupportedIde interface
지원되는 IDE 엔터티를 나타냅니다.
속성
| download |
IDE의 다운로드 URL입니다. |
| ide |
IDE의 형식입니다. |
| name | IDE의 이름입니다. |
| protocol |
IDE에 대한 프로토콜 처리기를 여는 URL입니다. |
| supported |
SupportedPlatforms 목록입니다. |
속성 세부 정보
downloadUrl
IDE의 다운로드 URL입니다.
downloadUrl: string
속성 값
string
ideType
name
IDE의 이름입니다.
name: string
속성 값
string
protocolHandlerUrl
IDE에 대한 프로토콜 처리기를 여는 URL입니다.
protocolHandlerUrl: string
속성 값
string
supportedPlatforms
SupportedPlatforms 목록입니다.
supportedPlatforms: string[]
속성 값
string[]