Interface ITextBufferStatic

Index

Construct signatures

Properties

Construct signatures

constructor(text: string): ITextBuffer

Parameters

  • text: string

Returns

ITextBuffer

constructor(params: any): ITextBuffer

Parameters

  • params: any

Returns

ITextBuffer

Properties

public Point: IPointStatic

public Range: IRangeStatic

public newlineRegex: any