-
Notifications
You must be signed in to change notification settings - Fork 7
Interface: IToastCoreConfig
Boris Jenicek edited this page Dec 22, 2021
·
7 revisions
• Optional allowHtmlMessage: boolean
• Optional animationIn: AppearanceAnimation
• Optional animationOut: DisappearanceAnimation
• Optional autoCloseDelay: number
Expressed in milliseconds
• Optional buttonPosition: VerticalPosition
• Optional confirmLabel: string
Default confirm button Label
• Optional customStyles: IToastCustomStyles
• Optional declineLabel: string
Default decline button Label
• Optional disableIcon: boolean
• Optional dispatch: IDispatch
• Optional iconStyleClass: string
• Optional layoutType: DialogLayoutDisplay
• Optional openInElementID: string
• Optional progressBar: ToastProgressBarEnum
• Optional textPosition: VerticalPosition
• Optional toastPosition: ToastPositionEnum
• Optional toastUserViewType: ToastUserViewTypeEnum
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum