Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICheckValueCurrently<ValueType, FilterType>

Used by IValueElementNode to describe currently state check and state retrieval functions supported by ValuePageElement, ValuePageElementList, ValuePageElementMap and ValuePageElementGroup.

Type parameters

  • ValueType

  • FilterType

Hierarchy

  • ICheckValueCurrently

Index

Properties

Methods

Properties

not

not: Omit<ICheckValueCurrently<ValueType, FilterType>, "not">

returns the negated variants of ICheckValueCurrently's state check functions

Methods

containsValue

  • containsValue(value: ValueType): boolean
  • Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup currently have an actual value which contains the expected value.

    Parameters

    • value: ValueType

      the expected value which is supposed to be contained in the actual value

    Returns boolean

hasAnyValue

  • hasAnyValue(filterMask?: FilterType): boolean
  • Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup currently have any value.

    Parameters

    • Optional filterMask: FilterType

    Returns boolean

hasValue

  • hasValue(value: ValueType): boolean
  • Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup currently have an actual value which equals the expected value.

    Parameters

    • value: ValueType

      the expected value which is supposed to equal the actual value

    Returns boolean

Generated using TypeDoc