Theia API Documentation v1.65.0
    Preparing search index...
    interface IconRegistry {
        deregisterIcon(id: string): void;
        deregisterIconFont(id: string): void;
        getIconFont(id: string): undefined | IconFontDefinition;
        registerIcon(
            id: string,
            defaults: IconDefinition | ThemeIcon,
            description?: string,
        ): ThemeIcon;
        registerIconFont(
            id: string,
            definition: IconFontDefinition,
        ): IconFontDefinition;
    }

    Implemented by

    Index

    Methods