Langium - v4.0.0
    Preparing search index...

    Interface JSDocLine

    interface JSDocLine {
        range: Range;
        text: string;
        toMarkdown(options?: JSDocRenderOptions): string;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    range: Range

    Represents the range that this JSDoc element occupies. If the JSDoc was parsed from a CstNode, the range will represent the location in the source document.

    text: string

    Methods