Hierarchy

  • RemoteResource

Properties

Properties

current: {
    contentType: string;
    contents: string;
    source: RemoteSource | DebugToolsSource;
}

Type declaration

  • contentType: string

    A mime type for the contents of the resource.

  • contents: string

    The contents of the resource - always as a string value.

  • source: RemoteSource | DebugToolsSource
id: string
name: string

How this resources is referred to in the UI.

url: string

Generated using TypeDoc