TsLiteral Type
DU of TS literal types.
Union cases
| Union case |
Description
|
Full Usage:
BigInt value
Parameters:
bigint
|
|
Full Usage:
Bool value
Parameters:
bool
|
|
Full Usage:
Float value
Parameters:
float
|
|
Full Usage:
Int value
Parameters:
int
|
|
Full Usage:
Null
|
|
Full Usage:
String value
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBigInt
Returns: bool
|
|
Full Usage:
this.IsBool
Returns: bool
|
|
Full Usage:
this.IsFloat
Returns: bool
|
|
Full Usage:
this.IsInt
Returns: bool
|
|
Full Usage:
this.IsNull
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|