Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DispatchPropsOfControl

Dispatch-based props of a Control.

Hierarchy

Index

Methods

Methods

handleChange

  • handleChange(path: string, value: any): void
  • 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