Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EditableElementaryPredicate

A simple, editable type of Predicate. Represents a leaf node in the predicate tree, that can change the Query it holds and can notify the parent tree node about changes.

Hierarchy

Index

Constructors

Properties

_filterTextSegmentsGenerator: (() => FilterTextSegment[])

Type declaration

_metadataGenerator: (() => GeneratorMetadata)

Type declaration

_parentNotifier: Subject<void>
_query: Query
_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