Interface: AppToastInput
Defined in: src/stores/alerts/useAlertStore.ts:103
Input shape for enqueuing generic toasts.
Propertiesโ
message?โ
readonlyoptionalmessage:string
Defined in: src/stores/alerts/useAlertStore.ts:104
titleโ
readonlytitle:string
Defined in: src/stores/alerts/useAlertStore.ts:105
ttlMs?โ
readonlyoptionalttlMs:number
Defined in: src/stores/alerts/useAlertStore.ts:106
variantโ
readonlyvariant:ToastVariant
Defined in: src/stores/alerts/useAlertStore.ts:107