SupportedIde interface
Represents a Supported IDE entity.
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. |
The download URL for the IDE.
downloadUrl: string
Property Value
string
The name of the IDE.
name: string
Property Value
string
The URL to open the protocol handler for the IDE.
protocolHandlerUrl: string
Property Value
string
A list of SupportedPlatforms.
supportedPlatforms: string[]
Property Value
string[]