ToastOptions
Settings to specify whether to display Toast View and message Model
Signature:
export interface ToastOptionsRemarks
Sort/filter large datasets Turing/ When grouping, you can notify that progress is being made when the screen is in a stopped state.
When setting options in Grid, you only need to enter the necessary information.
Example
grid.setFilteringOptions({
toast: {
message: "Filtering"
}
});Properties
| Property | Type | Description |
|---|---|---|
| fadeOut | number | The time at which the toast window fades |
| message | string | Message to display in toast |
| styleName | string | Toast window style class name |
| visible | boolean | Visibility |
| zIndex | number | zIndex of toast window |
Properties Desc
fadeOut
The time the toast window fades out.
Type - number
message
Message to display in toast
Type - string
styleName
Toast window style class name
Type - string
visible
Visibility
Type - boolean
zIndex
zIndex of toast window
Type - number