Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBindingHandler

The basic interface for creating custom handlers. bind is usesd to assign the listener.

Hierarchy

  • IBindingHandler

Implemented by

Index

Methods

Methods

Optional bind

  • bind(binding: Binding | ValidatorBinding): void

Optional listener

  • listener(binding: Binding | ValidatorBinding, e?: Event): void

react

  • react(binding: Binding | ValidatorBinding, property?: string): void

Generated using TypeDoc