cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
EnumValue
Class EnumValue
Enum value backed by a numeric value with a specific enum type.
Index
Properties
kind
Methods
cost
equal
eval
id
to
String
type
type
Name
value
of
Properties
Readonly
kind
kind
:
ValueKind
= "enum"
Methods
cost
cost
()
:
number
Returns
number
equal
equal
(
other
:
Value
)
:
Value
Parameters
other
:
Value
Returns
Value
eval
eval
(
_activation
:
Activation
)
:
Value
Parameters
_activation
:
Activation
Returns
Value
id
id
()
:
number
Returns
number
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
type
Name
typeName
()
:
string
Returns
string
value
value
()
:
bigint
Returns
bigint
Static
of
of
(
typeName
:
string
,
val
:
number
|
bigint
)
:
EnumValue
Parameters
typeName
:
string
val
:
number
|
bigint
Returns
EnumValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
Methods
cost
equal
eval
id
to
String
type
type
Name
value
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
Enum value backed by a numeric value with a specific enum type.