Interface OnChangeDispatchEventType<T>

Type of the event dispatched by onChangeDispatchEvent.

interface OnChangeDispatchEventType<T = any> {
    detail: { key: keyof T; oldValue: T; value: T };
}

Type Parameters

  • T = any

Properties

Properties

detail: { key: keyof T; oldValue: T; value: T }
MMNEPVFCICPMFPCPTTAAATR