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