Theia API Documentation v1.65.0
    Preparing search index...
    interface CodeLensSymbol {
        command?: Command;
        range: Range;
    }
    Index

    Properties

    Properties

    command?: Command
    range: Range