@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
Signature
Interface Signature
interface
Signature
{
declaration
?:
SignatureDeclaration
|
tsc
.
JSDocSignature
;
parameters
:
readonly
tsc
.
Symbol
[]
;
thisParameter
?:
tsc
.
Symbol
;
typeParameters
?:
readonly
tsc
.
TypeParameter
[]
;
getDeclaration
()
:
SignatureDeclaration
;
getDocumentationComment
(
typeChecker
:
tsc
.
TypeChecker
|
undefined
,
)
:
tsc
.
SymbolDisplayPart
[]
;
getJsDocTags
()
:
tsc
.
JSDocTagInfo
[]
;
getParameters
()
:
tsc
.
Symbol
[]
;
getReturnType
()
:
tsc
.
Type
;
getTypeParameterAtPosition
(
pos
:
number
)
:
tsc
.
Type
;
getTypeParameters
()
:
tsc
.
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
|
tsc
.
JSDocSignature
parameters
parameters
:
readonly
tsc
.
Symbol
[]
Optional
this
Parameter
thisParameter
?:
tsc
.
Symbol
Optional
type
Parameters
typeParameters
?:
readonly
tsc
.
TypeParameter
[]
Methods
get
Declaration
getDeclaration
()
:
SignatureDeclaration
Returns
SignatureDeclaration
get
Documentation
Comment
getDocumentationComment
(
typeChecker
:
tsc
.
TypeChecker
|
undefined
,
)
:
tsc
.
SymbolDisplayPart
[]
Parameters
typeChecker
:
tsc
.
TypeChecker
|
undefined
Returns
tsc
.
SymbolDisplayPart
[]
get
Js
Doc
Tags
getJsDocTags
()
:
tsc
.
JSDocTagInfo
[]
Returns
tsc
.
JSDocTagInfo
[]
get
Parameters
getParameters
()
:
tsc
.
Symbol
[]
Returns
tsc
.
Symbol
[]
get
Return
Type
getReturnType
()
:
tsc
.
Type
Returns
tsc
.
Type
get
Type
Parameter
At
Position
getTypeParameterAtPosition
(
pos
:
number
)
:
tsc
.
Type
Parameters
pos
:
number
Returns
tsc
.
Type
get
Type
Parameters
getTypeParameters
()
:
tsc
.
TypeParameter
[]
|
undefined
Returns
tsc
.
TypeParameter
[]
|
undefined
Settings
Member Visibility
Protected
Inherited
External
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
@servicenow/sdk - v4.4.1
Loading...