Interface DispatchPropsOfControl

Dispatch-based props of a Control.

interface DispatchPropsOfControl {
    handleChange(path, value): void;
}

Hierarchy (view full)

Methods

Methods

  • Update handler that emits a data change

    Parameters

    • path: string

      the path to the data to be updated

    • value: any

      the new value that should be written to the given path

    Returns void

Generated using TypeDoc