KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
SourceFileLike
Interface SourceFileLike
Subset of properties from SourceFile that are used in multiple utility functions
interface
SourceFileLike
{
text
:
string
;
getLineAndCharacterOfPosition
(
pos
:
number
)
:
LineAndCharacter
;
}
Implemented by
MinimalSourceFile
Index
Properties
text
Methods
get
Line
And
Character
Of
Position
Properties
Readonly
text
text
:
string
Methods
get
Line
And
Character
Of
Position
getLineAndCharacterOfPosition
(
pos
:
number
)
:
LineAndCharacter
Parameters
pos
:
number
Returns
LineAndCharacter
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
text
Methods
get
Line
And
Character
Of
Position
Github
KC's Workspace
Loading...
Subset of properties from SourceFile that are used in multiple utility functions