Theia API Documentation v1.65.0
    Preparing search index...
    interface IconTheme {
        description?: string;
        hasFileIcons?: boolean;
        hasFolderIcons?: boolean;
        hidesExplorerArrows?: boolean;
        id: string;
        label: string;
        showLanguageModeIcons?: boolean;
        activate(): Disposable;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    description?: string
    hasFileIcons?: boolean
    hasFolderIcons?: boolean
    hidesExplorerArrows?: boolean
    id: string
    label: string
    showLanguageModeIcons?: boolean

    Methods