NotifyFn
Defined in: vue-crud/src/types/notify.ts:10
Injected toast/notification callback — decouples the CRUD composables from any specific toast library (the original app hardcoded a Nuxt/Pinia toast plugin via a store-shaped side effect).
Methods
Section titled “Methods”error()
Section titled “error()”error(
title,options?):void
Defined in: vue-crud/src/types/notify.ts:12
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”void
success()
Section titled “success()”success(
title,options?):void
Defined in: vue-crud/src/types/notify.ts:11
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”void