Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a clause of Predicates combined with a BooleanOperator.

Hierarchy

Index

Constructors

Properties

_bracketSubPredicateText: boolean = false
_filterTextSegmentsGenerator: (() => FilterTextSegment[])

Type declaration

_metadataGenerator: (() => GeneratorMetadata)

Type declaration

_operator: BooleanOperator
_predicates: Predicate[]

Stores the Predicates that this Predicate combines.

_query: Query

Stores the resulting query of this Predicate.

_visible: boolean

Accessors

  • get isVisible(): boolean

Methods

  • addPredicate(newPredicate: Predicate): number
  • initializeFilterTextSegmentsGenerator(): void
  • removePredicate(index: number): boolean
  • setFilterTextSegmentsGenerator(filterTextSegmentsGenerator: (() => FilterTextSegment[])): void
  • show(): void
  • showAll(): void
  • updateQuery(): void

Generated using TypeDoc