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

    preferenceService: PreferenceService
    priority: number = 0

    The priority determines the order in which the actions are rendered. The default priorities are 10 and 20.

    scanService: ScanOSSService

    Methods