Theia API Documentation v1.65.0
    Preparing search index...

    The CodePartRenderer offers to contribute arbitrary React nodes to the rendered code part. Technically anything can be rendered, however it is intended to be used for actions, like "Copy to Clipboard" or "Insert at Cursor".

    Implements

    Index

    Constructors

    Properties

    _scan: (changeSetElements: ChangeSetElement[]) => Promise<ScanOSSResult[]>
    activationService: AIActivationService
    differ: IDocumentDiffProvider
    id: "change-set-scanoss" = 'change-set-scanoss'
    messageService: MessageService
    onDidChange: Event<void> = ...
    onDidChangeEmitter: Emitter<void> = ...
    preferenceService: PreferenceService
    priority: 10

    Actions are ordered by descending priority. (Highest on left).

    scanChangeSetDecorator: ChangeSetScanDecorator
    scanService: ScanOSSService
    textModelService: MonacoTextModelService

    Methods