Skip to main content
Module

x/ts_morph/ts_morph.d.ts>SymbolDisplayPart

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class SymbolDisplayPart
import { SymbolDisplayPart } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Symbol display part.

Constructors

new
private
SymbolDisplayPart()

Properties

readonly
compilerObject: ts.SymbolDisplayPart

Gets the compiler symbol display part.

Methods

getKind(): string

Gets the kind.

Examples: "text", "lineBreak"

getText(): string

Gets the text.