Hierarchy
- Value
Constructors
constructor
+ new Value(str: string, liquid: Liquid): Value
Defined in template/value.ts:9
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string | the value to be valuated, eg.: “foobar” |
liquid |
Liquid | - |
Returns: Value
Properties
filters
• filters: Filter[] = []
Defined in template/value.ts:8
initial
• initial: Expression
Defined in template/value.ts:9
Methods
value
▸ value(ctx: Context, lenient: boolean): IterableIterator‹any›
Defined in template/value.ts:19
Parameters:
| Name | Type |
|---|---|
ctx |
Context |
lenient |
boolean |
Returns: IterableIterator‹any›