Theia API Documentation v1.65.0
    Preparing search index...
    interface MouseTarget {
        detail: any;
        element?: Element;
        mouseColumn: number;
        position?: Position;
        range?: Range;
        type: MouseTargetType;
    }
    Index

    Properties

    detail: any

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    element?: Element

    The target element

    mouseColumn: number

    Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

    position?: Position

    The 'approximate' editor position

    range?: Range

    The 'approximate' editor range

    The target type