whether the Predicate should be displayed, or not
an Array containing text segments representing the content of this predicate. The default implementation returns an empty array.
an object containing the necessary information for the reconstruction of the entire predicate tree in serializable form.
Returns undefined
if the predicate tree rooted at this node is incomplete and would evaluate into an empty filter.
Notify the parent Predicate
that this Predicate
updated its Query
Sets the predicates state to visible
Combines the text segments of the predicates with the given operator and wraps the individual predicates in brackets optionaly
sources of text segments that are to be combined with a boolean operator
boolean operator used to combine the individual predicate text segments
whether the individual predicate text segments should be wrapped in braces or not (if only one predicate is provided it is never wrapped)
Generated using TypeDoc
A simple, editable type of
Predicate
. Represents a leaf node in the predicate tree, that can change theQuery
it holds and can notify the parent tree node about changes.