SupportedIde interface
Represents a Supported IDE entity.
Properties
download |
The download URL for the IDE. |
ide |
The type of the IDE. |
name | The name of the IDE. |
protocol |
The URL to open the protocol handler for the IDE. |
supported |
A list of SupportedPlatforms. |
Property Details
downloadUrl
The download URL for the IDE.
downloadUrl: string
Property Value
string
ideType
name
The name of the IDE.
name: string
Property Value
string
protocolHandlerUrl
The URL to open the protocol handler for the IDE.
protocolHandlerUrl: string
Property Value
string
supportedPlatforms
A list of SupportedPlatforms.
supportedPlatforms: string[]
Property Value
string[]