Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalPropertyDeclaration<Type>

Type parameters

  • Type

Hierarchy

  • InternalPropertyDeclaration

Index

Methods

Methods

Optional hasChanged

  • hasChanged(value: Type, oldValue: Type): boolean
  • A function that indicates if a property should be considered changed when it is set. The function should take the newValue and oldValue and return true if an update should be requested.

    Parameters

    • value: Type
    • oldValue: Type

    Returns boolean

Generated using TypeDoc