Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataFormCustomPropertyEditorEventData

A class that provides common arguments of CustomPropertyEditor events.

Hierarchy

  • DataFormCustomPropertyEditorEventData

Implements

  • unknown

Index

Properties

context

context: any

The android context /Android only/.

eventName

eventName: string

The name of the event that has been fired.

object

object: any

The object that fires the event.

value

value: any

The value of the editor.

view

view: any

The native view used for this event.

Generated using TypeDoc