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