@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
BigIntLiteralType
Interface BigIntLiteralType
interface
BigIntLiteralType
{
aliasSymbol
?:
tsc
.
Symbol
;
aliasTypeArguments
?:
readonly
tsc
.
Type
[]
;
flags
:
tsc
.
TypeFlags
;
freshType
:
FreshableType
;
pattern
?:
DestructuringPattern
;
regularType
:
FreshableType
;
symbol
:
tsc
.
Symbol
;
value
:
PseudoBigInt
;
getApparentProperties
()
:
tsc
.
Symbol
[]
;
getBaseTypes
()
:
BaseType
[]
|
undefined
;
getCallSignatures
()
:
readonly
tsc
.
Signature
[]
;
getConstraint
()
:
tsc
.
Type
|
undefined
;
getConstructSignatures
()
:
readonly
tsc
.
Signature
[]
;
getDefault
()
:
tsc
.
Type
|
undefined
;
getFlags
()
:
tsc
.
TypeFlags
;
getNonNullableType
()
:
tsc
.
Type
;
getNumberIndexType
()
:
tsc
.
Type
|
undefined
;
getProperties
()
:
tsc
.
Symbol
[]
;
getProperty
(
propertyName
:
string
)
:
tsc
.
Symbol
|
undefined
;
getStringIndexType
()
:
tsc
.
Type
|
undefined
;
getSymbol
()
:
tsc
.
Symbol
|
undefined
;
isClass
()
:
this
is
InterfaceType
;
isClassOrInterface
()
:
this
is
InterfaceType
;
isIndexType
()
:
this
is
IndexType
;
isIntersection
()
:
this
is
IntersectionType
;
isLiteral
()
:
this
is
LiteralType
;
isNumberLiteral
()
:
this
is
NumberLiteralType
;
isStringLiteral
()
:
this
is
StringLiteralType
;
isTypeParameter
()
:
this
is
tsc
.
TypeParameter
;
isUnion
()
:
this
is
UnionType
;
isUnionOrIntersection
()
:
this
is
UnionOrIntersectionType
;
}
Hierarchy (
View Summary
)
LiteralType
BigIntLiteralType
Index
Properties
alias
Symbol?
alias
Type
Arguments?
flags
fresh
Type
pattern?
regular
Type
symbol
value
Methods
get
Apparent
Properties
get
Base
Types
get
Call
Signatures
get
Constraint
get
Construct
Signatures
get
Default
get
Flags
get
Non
Nullable
Type
get
Number
Index
Type
get
Properties
get
Property
get
String
Index
Type
get
Symbol
is
Class
is
Class
Or
Interface
is
Index
Type
is
Intersection
is
Literal
is
Number
Literal
is
String
Literal
is
Type
Parameter
is
Union
is
Union
Or
Intersection
Properties
Optional
alias
Symbol
aliasSymbol
?:
tsc
.
Symbol
Optional
alias
Type
Arguments
aliasTypeArguments
?:
readonly
tsc
.
Type
[]
flags
flags
:
tsc
.
TypeFlags
fresh
Type
freshType
:
FreshableType
Optional
pattern
pattern
?:
DestructuringPattern
regular
Type
regularType
:
FreshableType
symbol
symbol
:
tsc
.
Symbol
value
value
:
PseudoBigInt
Methods
get
Apparent
Properties
getApparentProperties
()
:
tsc
.
Symbol
[]
Returns
tsc
.
Symbol
[]
get
Base
Types
getBaseTypes
()
:
BaseType
[]
|
undefined
Returns
BaseType
[]
|
undefined
get
Call
Signatures
getCallSignatures
()
:
readonly
tsc
.
Signature
[]
Returns
readonly
tsc
.
Signature
[]
get
Constraint
getConstraint
()
:
tsc
.
Type
|
undefined
Returns
tsc
.
Type
|
undefined
get
Construct
Signatures
getConstructSignatures
()
:
readonly
tsc
.
Signature
[]
Returns
readonly
tsc
.
Signature
[]
get
Default
getDefault
()
:
tsc
.
Type
|
undefined
Returns
tsc
.
Type
|
undefined
get
Flags
getFlags
()
:
tsc
.
TypeFlags
Returns
tsc
.
TypeFlags
get
Non
Nullable
Type
getNonNullableType
()
:
tsc
.
Type
Returns
tsc
.
Type
get
Number
Index
Type
getNumberIndexType
()
:
tsc
.
Type
|
undefined
Returns
tsc
.
Type
|
undefined
get
Properties
getProperties
()
:
tsc
.
Symbol
[]
Returns
tsc
.
Symbol
[]
get
Property
getProperty
(
propertyName
:
string
)
:
tsc
.
Symbol
|
undefined
Parameters
propertyName
:
string
Returns
tsc
.
Symbol
|
undefined
get
String
Index
Type
getStringIndexType
()
:
tsc
.
Type
|
undefined
Returns
tsc
.
Type
|
undefined
get
Symbol
getSymbol
()
:
tsc
.
Symbol
|
undefined
Returns
tsc
.
Symbol
|
undefined
is
Class
isClass
()
:
this
is
InterfaceType
Returns
this
is
InterfaceType
is
Class
Or
Interface
isClassOrInterface
()
:
this
is
InterfaceType
Returns
this
is
InterfaceType
is
Index
Type
isIndexType
()
:
this
is
IndexType
Returns
this
is
IndexType
is
Intersection
isIntersection
()
:
this
is
IntersectionType
Returns
this
is
IntersectionType
is
Literal
isLiteral
()
:
this
is
LiteralType
Returns
this
is
LiteralType
is
Number
Literal
isNumberLiteral
()
:
this
is
NumberLiteralType
Returns
this
is
NumberLiteralType
is
String
Literal
isStringLiteral
()
:
this
is
StringLiteralType
Returns
this
is
StringLiteralType
is
Type
Parameter
isTypeParameter
()
:
this
is
tsc
.
TypeParameter
Returns
this
is
tsc
.
TypeParameter
is
Union
isUnion
()
:
this
is
UnionType
Returns
this
is
UnionType
is
Union
Or
Intersection
isUnionOrIntersection
()
:
this
is
UnionOrIntersectionType
Returns
this
is
UnionOrIntersectionType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
Symbol
alias
Type
Arguments
flags
fresh
Type
pattern
regular
Type
symbol
value
Methods
get
Apparent
Properties
get
Base
Types
get
Call
Signatures
get
Constraint
get
Construct
Signatures
get
Default
get
Flags
get
Non
Nullable
Type
get
Number
Index
Type
get
Properties
get
Property
get
String
Index
Type
get
Symbol
is
Class
is
Class
Or
Interface
is
Index
Type
is
Intersection
is
Literal
is
Number
Literal
is
String
Literal
is
Type
Parameter
is
Union
is
Union
Or
Intersection
@servicenow/sdk - v4.4.1
Loading...