Interface: ToastOptions
Defined in: src/betterdiscord/stores/toasts.ts:6
Properties
forceShow?
ts
optional forceShow: boolean;Defined in: src/betterdiscord/stores/toasts.ts:10
icon?
ts
optional icon: boolean;Defined in: src/betterdiscord/stores/toasts.ts:8
timeout?
ts
optional timeout: number;Defined in: src/betterdiscord/stores/toasts.ts:9
type?
ts
optional type: ToastType;Defined in: src/betterdiscord/stores/toasts.ts:7