cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
BoolValue
Class BoolValue
Boolean value
Index
Properties
kind
False
True
Methods
and
cost
equal
eval
id
negate
or
to
String
type
value
of
Properties
Readonly
kind
kind
:
ValueKind
= "bool"
Static
Readonly
False
False
:
BoolValue
= ...
Static
Readonly
True
True
:
BoolValue
= ...
Methods
and
and
(
other
:
BoolValue
)
:
BoolValue
Parameters
other
:
BoolValue
Returns
BoolValue
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
negate
negate
()
:
BoolValue
Returns
BoolValue
or
or
(
other
:
BoolValue
)
:
BoolValue
Parameters
other
:
BoolValue
Returns
BoolValue
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
value
value
()
:
boolean
Returns
boolean
Static
of
of
(
val
:
boolean
)
:
BoolValue
Parameters
val
:
boolean
Returns
BoolValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
False
True
Methods
and
cost
equal
eval
id
negate
or
to
String
type
value
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
Boolean value