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