Class: BooleanLiteral
Extends
Literal
<boolean
>
Constructors
new BooleanLiteral()
new BooleanLiteral(
value
):BooleanLiteral
Parameters
• value: boolean
Returns
Inherited from
Defined in
Properties
value
readonly
value:boolean
Inherited from
Defined in
Methods
children()
children():
Expression
[]
Returns
Inherited from
Defined in
equals()
equals(
other
):boolean
Parameters
• other: unknown
Returns
boolean
Overrides
Defined in
evaluate()
evaluate(
context
):Promise
<boolean
>
Parameters
• context: RenderContext
Returns
Promise
<boolean
>
Inherited from
Defined in
evaluateSync()
evaluateSync(
context
):boolean
Parameters
• context: RenderContext
Returns
boolean
Inherited from
Defined in
toString()
toString():
string
Returns
string