Interface: AppToast
Defined in: src/stores/alerts/useAlertStore.ts:92
Generic, user-facing toast message.
Propertiesโ
createdAtEpochMsโ
readonlycreatedAtEpochMs:number
Defined in: src/stores/alerts/useAlertStore.ts:93
idโ
readonlyid:string
Defined in: src/stores/alerts/useAlertStore.ts:94
message?โ
readonlyoptionalmessage:string
Defined in: src/stores/alerts/useAlertStore.ts:95
titleโ
readonlytitle:string
Defined in: src/stores/alerts/useAlertStore.ts:96
ttlMsโ
readonlyttlMs:number
Defined in: src/stores/alerts/useAlertStore.ts:97
variantโ
readonlyvariant:ToastVariant
Defined in: src/stores/alerts/useAlertStore.ts:98