ToastOptions
Settings to specify whether to display Toast View and message Model
Signature:
export interface ToastOptions
Remarks
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 |
---|---|---|
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
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