Theia API Documentation v1.65.0
    Preparing search index...
    interface MergeRangeAction {
        text: string;
        tooltip?: string;
        run?(): unknown;
    }
    Index

    Properties

    Methods

    Properties

    text: string
    tooltip?: string

    Methods