Interface: ILinkProvider
A custom link provider.
Hierarchy
- ILinkProvider
Index
Methods
Methods
provideLinks
▸ provideLinks(bufferLineNumber
: number, callback
: function): void
Defined in xterm.d.ts:1359
Provides a link a buffer position
Parameters:
▪ bufferLineNumber: number
The y position of the buffer to check for links within.
▪ callback: function
The callback to be fired when ready with the resulting
link(s) for the line or undefined
.
▸ (links : ILink[] |
undefined): void |
Parameters:
Name | Type |
---|---|
links |
ILink[] | undefined |
Returns: void