Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatingHookContext<T, Key>

Type parameters

  • T

  • Key

Hierarchy

  • UpdatingHookContext

Index

Properties

Properties

Optional onerror

onerror: undefined | ((err: any) => void)

Optional onsuccess

onsuccess: undefined | ((updatedObj: T) => void)

Generated using TypeDoc