Variable changeParentFlagsConst

changeParentFlags: {
    changed: readonly ["previous", "new"];
    removed: readonly ["removed"];
    set: readonly ["setTo"];
} = ...

Type declaration

  • Readonly changed: readonly ["previous", "new"]
  • Readonly removed: readonly ["removed"]
  • Readonly set: readonly ["setTo"]

Generated using TypeDoc