Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EditablePredicate Abstract

Base class for editable predicates that allows them to notify their parent predicate tree nodes about updates to their queries.

Hierarchy

Index

Constructors

  • new EditablePredicate(parentNotifier?: Subject<void>, initiallyVisible?: boolean): EditablePredicate

Properties

_filterTextSegmentsGenerator: (() => FilterTextSegment[])

Type declaration

_metadataGenerator: (() => GeneratorMetadata)

Type declaration

_parentNotifier: Subject<void>
_visible: boolean

Accessors

  • get isVisible(): boolean
  • set parentNotifier(parentNotifier: Subject<void>): void

Methods

  • destroy(): void
  • notifyParentPredicate(): void
  • setFilterTextSegmentsGenerator(filterTextSegmentsGenerator: (() => FilterTextSegment[])): void
  • show(): void

Generated using TypeDoc