• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • plugin-ext
  • convertIconPath

Function convertIconPath

  • convertIconPath(iconPath): UriComponents | {
        dark: UriComponents;
        light: UriComponents;
    } | ThemeIcon | undefined
  • Parameters

    • iconPath: undefined | URI | ThemeIcon | {
          dark: URI;
          light: URI;
      }

    Returns UriComponents | {
        dark: UriComponents;
        light: UriComponents;
    } | ThemeIcon | undefined

    • Defined in packages/plugin-ext/src/plugin/type-converters.ts:1258

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...