Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISubscriptionEntry

Subscriptions are callbacks that need to be run when the value of a property is changed. There are 2 types of subscriptions

  • pre: These subscriptions are run before the change is applied to the value
  • post: These subscriptions are run after the change is applied to the value

Hierarchy

  • ISubscriptionEntry

Index

Properties

Properties

callback

callback: function

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

Optional context

context: any

type

type: "pre" | "post"

Generated using TypeDoc