KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
Signature
Interface Signature
interface
Signature
{
declaration
?:
SignatureDeclaration
|
JSDocSignature
;
parameters
:
readonly
Symbol
[]
;
thisParameter
?:
Symbol
;
typeParameters
?:
readonly
TypeParameter
[]
;
getDeclaration
()
:
SignatureDeclaration
;
getDocumentationComment
(
typeChecker
:
TypeChecker
|
undefined
,
)
:
SymbolDisplayPart
[]
;
getJsDocTags
()
:
JSDocTagInfo
[]
;
getParameters
()
:
Symbol
[]
;
getReturnType
()
:
Type
;
getTypeParameterAtPosition
(
pos
:
number
)
:
Type
;
getTypeParameters
()
:
TypeParameter
[]
|
undefined
;
}
Index
Properties
declaration?
parameters
this
Parameter?
type
Parameters?
Methods
get
Declaration
get
Documentation
Comment
get
Js
Doc
Tags
get
Parameters
get
Return
Type
get
Type
Parameter
At
Position
get
Type
Parameters
Properties
Optional
declaration
declaration
?:
SignatureDeclaration
|
JSDocSignature
parameters
parameters
:
readonly
Symbol
[]
Optional
this
Parameter
thisParameter
?:
Symbol
Optional
type
Parameters
typeParameters
?:
readonly
TypeParameter
[]
Methods
get
Declaration
getDeclaration
()
:
SignatureDeclaration
Returns
SignatureDeclaration
get
Documentation
Comment
getDocumentationComment
(
typeChecker
:
TypeChecker
|
undefined
,
)
:
SymbolDisplayPart
[]
Parameters
typeChecker
:
TypeChecker
|
undefined
Returns
SymbolDisplayPart
[]
get
Js
Doc
Tags
getJsDocTags
()
:
JSDocTagInfo
[]
Returns
JSDocTagInfo
[]
get
Parameters
getParameters
()
:
Symbol
[]
Returns
Symbol
[]
get
Return
Type
getReturnType
()
:
Type
Returns
Type
get
Type
Parameter
At
Position
getTypeParameterAtPosition
(
pos
:
number
)
:
Type
Parameters
pos
:
number
Returns
Type
get
Type
Parameters
getTypeParameters
()
:
TypeParameter
[]
|
undefined
Returns
TypeParameter
[]
|
undefined
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
declaration
parameters
this
Parameter
type
Parameters
Methods
get
Declaration
get
Documentation
Comment
get
Js
Doc
Tags
get
Parameters
get
Return
Type
get
Type
Parameter
At
Position
get
Type
Parameters
Github
KC's Workspace
Loading...