Theia API Documentation v1.65.0
    Preparing search index...
    interface DocumentColorProvider {
        provideColorPresentations(
            model: ITextModel,
            colorInfo: ColorInformation,
        ): PromiseLike<ColorPresentation[]>;
        provideDocumentColors(model: ITextModel): PromiseLike<ColorInformation[]>;
    }
    Index

    Methods