Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "core/AtomBinder"

Index

Type aliases

WatchFunction

WatchFunction: function

Type declaration

    • (target: any, key: string, index?: number, item?: any): void
    • Parameters

      • target: any
      • key: string
      • Optional index: number
      • Optional item: any

      Returns void

Variables

Const symbolBindable

symbolBindable: unique symbol = Symbol.for("bindable")

Const symbolHandlers

symbolHandlers: unique symbol = Symbol.for("handlers")

Generated using TypeDoc