Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreatingHookContext<T, Key>

Type parameters

  • T

  • Key

Hierarchy

  • CreatingHookContext

Index

Properties

Properties

Optional onerror

onerror: function

Type declaration

    • (err: any): void
    • Parameters

      • err: any

      Returns void

Optional onsuccess

onsuccess: function

Type declaration

    • (primKey: Key): void
    • Parameters

      • primKey: Key

      Returns void

Made by Horyus. Documentation generated by TypeDoc.