Type alias NymphBeforeDeleteEntityByIDCallback

NymphBeforeDeleteEntityByIDCallback: ((nymph, guid, className?) => Promise<void>)

Type declaration

    • (nymph, guid, className?): Promise<void>
    • Parameters

      • nymph: Nymph
      • guid: string
      • Optional className: string

      Returns Promise<void>

Generated using TypeDoc