Langium - v4.0.0
    Preparing search index...

    Interface LinkingErrorData

    Shape of information commonly used in the data field of diagnostics.

    interface LinkingErrorData {
        actionRange?: Range;
        actionSegment?: DocumentSegment;
        code: string;
        containerType: string;
        property: string;
        refText: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionRange?: Range

    Specifies where to apply the code action in the form of a Range.

    actionSegment?: DocumentSegment

    Specifies where to apply the code action in the form of a DocumentSegment.

    code: string

    Diagnostic code for identifying which code action to apply. This code is not shown in the user interface.

    containerType: string
    property: string
    refText: string