Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangeEvent<T>

Type Parameters

  • T = unknown

Hierarchy

  • ChangeEvent

Index

Properties

Properties

name?: string

The name for this input, used so that a single change handler can be used for many inputs.

value?: T

Shortcut to get the value from the input.

Generated using TypeDoc