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