TreeINFO-For-M365 documentation
Preparing search index...
Form/CustomScript/Utils/AddToast
MToastProps
Interface MToastProps
interface
MToastProps
{
body
:
ReactNode
;
duration
?:
number
;
title
?:
string
;
type
?:
MToastType
;
}
Index
Properties
body
duration?
title?
type?
Properties
body
body
:
ReactNode
Optional
duration
duration
?:
number
in milliseconds; -1 = forever = until closed by the user
Optional
title
title
?:
string
Optional
type
type
?:
MToastType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
duration
title
type
TreeINFO-For-M365 documentation
Loading...
in milliseconds; -1 = forever = until closed by the user