Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @tmorin/ceb-elements-builders

Index

Type aliases

AttributeListenerData

AttributeListenerData: { attrName: string; newVal: any; oldVal: any }

The data of provided by an AttributeListener.

Type declaration

  • attrName: string

    The attribute name.

  • newVal: any

    The new value.

  • oldVal: any

    The old value.

FieldListenerData

FieldListenerData<T>: { attrName: string; newVal: T; oldVal: T; propName: string }

The data of provided by a FieldListener.

Type parameters

  • T = unknown

Type declaration

  • attrName: string

    The attribute name.

  • newVal: T

    The new value.

  • oldVal: T

    The old value.

  • propName: string

    The property name.

Generated using TypeDoc