Interface: AppToastInput
Defined in: src/stores/alerts/useAlertStore.ts:86
Input shape for enqueuing generic toasts.
Propertiesโ
message?โ
readonly optional message?: string;
Defined in: src/stores/alerts/useAlertStore.ts:87
titleโ
readonly title: string;
Defined in: src/stores/alerts/useAlertStore.ts:88
ttlMs?โ
readonly optional ttlMs?: number;
Defined in: src/stores/alerts/useAlertStore.ts:89
variantโ
readonly variant: ToastVariant;
Defined in: src/stores/alerts/useAlertStore.ts:90