LiquidJS

TutorialsTagsFiltersPlaygroundAPI
Github
Quick EntryLiquidLiquidOptionsFSCacheClassesBlankDropContextDelimitedTokenDropEmptyDropExpressionFilterTokenForloopDropHTMLTokenHashTokenLRULiquidLiteralTokenNullDropNumberTokenOperatorTokenOutputTokenParseErrorParseStreamParserPropertyaccessTokenQuotedTokenRangeTokenRenderRenderErrorTablerowloopDropTagTokenTokenTokenizationErrorTokenizerWordTokenEnumsBlockModeTokenKindInterfacesCacheFilterImplOptionsFSLiquidOptionsNormalizedFullOptionsPlainObjectTagImplOptions

Class: Filter

Hierarchy

  • Filter

Constructors

constructor

+ new Filter(name: string, impl: FilterImplOptions, args: FilterArg[], liquid: Liquid): Filter

Defined in src/template/filter/filter.ts:12

Parameters:

Name Type
name string
impl FilterImplOptions
args FilterArg[]
liquid Liquid

Returns: Filter

Properties

args

• args: FilterArg[]

Defined in src/template/filter/filter.ts:10


Private impl

• impl: FilterImplOptions

Defined in src/template/filter/filter.ts:11


Private liquid

• liquid: Liquid

Defined in src/template/filter/filter.ts:12


name

• name: string

Defined in src/template/filter/filter.ts:9

Methods

render

▸ render(value: any, context: Context): any

Defined in src/template/filter/filter.ts:20

Parameters:

Name Type
value any
context Context

Returns: any

Last updated: 2021-12-11 Next
Contents
  1. Hierarchy
  2. Constructors
    1. constructor
  3. Properties
    1. args
    2. Private impl
    3. Private liquid
    4. name
  4. Methods
    1. render
Back to Top
© 2021 Harttle
Documentation licensed under CC BY 4.0.
    TutorialsTagsFiltersPlaygroundAPI
  • GitHub
Quick EntryLiquidLiquidOptionsFSCacheClassesBlankDropContextDelimitedTokenDropEmptyDropExpressionFilterTokenForloopDropHTMLTokenHashTokenLRULiquidLiteralTokenNullDropNumberTokenOperatorTokenOutputTokenParseErrorParseStreamParserPropertyaccessTokenQuotedTokenRangeTokenRenderRenderErrorTablerowloopDropTagTokenTokenTokenizationErrorTokenizerWordTokenEnumsBlockModeTokenKindInterfacesCacheFilterImplOptionsFSLiquidOptionsNormalizedFullOptionsPlainObjectTagImplOptions
English