Last date modified: 2025-Apr-29

Class: FilterNode

Filter.FilterNode

Description

Tree structure that contains Filter information

Constructors

Properties

Methods

Constructors

constructor

  • new FilterNode(info, left?, right?)

Parameters

Name Type
info FilterInfo
left? FilterNode
right? FilterNode

Properties

info

left

Methods

toString

  • toString(): string

Returns

string

Stringified FilterNode content

Description

Convert the left and right contents of a FilterNode to a string joined by its operator.

Return to top of the page
Feedback