SMART datagrid v.1 > Classes > ToastOptions
DataLudi.ToastOptions.ToastOptions constructor
ToastOptions constructor.
You can specify JSON object, string or Boolean value in parameter options.
function ToastOptions (options: Object|String|Boolean);
- Returns
- Void
- Parameters
- options - Object|String|Boolean. required.
If it is a string, it will be set in
message, and if it is Boolean, it will be set in
visible.
If it is JSON object, it will set properties which have been transferred by
assign.
- See Also
- message
- duration
- visible
- sortingToast
- filteringToast
- groupingToast
- GridBase.showToast
- GridBase.hideToast
- Examples
- Toast View
- Column Sorting
- Column Filtering
- Row Grouping