Interface: AppToast
Defined in: src/stores/alerts/useAlertStore.ts:76
Generic, user-facing toast message.
Propertiesโ
createdAtEpochMsโ
readonly createdAtEpochMs: number;
Defined in: src/stores/alerts/useAlertStore.ts:77
idโ
readonly id: string;
Defined in: src/stores/alerts/useAlertStore.ts:78
message?โ
readonly optional message?: string;
Defined in: src/stores/alerts/useAlertStore.ts:79
titleโ
readonly title: string;
Defined in: src/stores/alerts/useAlertStore.ts:80
ttlMsโ
readonly ttlMs: number;
Defined in: src/stores/alerts/useAlertStore.ts:81
variantโ
readonly variant: ToastVariant;
Defined in: src/stores/alerts/useAlertStore.ts:82