clik-engine API
GitHub
Preparing search index...
NotificationConfig
Interface NotificationConfig
interface
NotificationConfig
{
backgroundColor
?:
number
;
duration
?:
number
;
icon
?:
string
;
message
?:
string
;
messageColor
?:
string
;
position
?:
"top-right"
|
"top-left"
|
"bottom-right"
|
"bottom-left"
;
title
:
string
;
titleColor
?:
string
;
width
?:
number
;
}
Index
Properties
background
Color?
duration?
icon?
message?
message
Color?
position?
title
title
Color?
width?
Properties
Optional
background
Color
backgroundColor
?:
number
Optional
duration
duration
?:
number
Optional
icon
icon
?:
string
Optional
message
message
?:
string
Optional
message
Color
messageColor
?:
string
Optional
position
position
?:
"top-right"
|
"top-left"
|
"bottom-right"
|
"bottom-left"
title
title
:
string
Optional
title
Color
titleColor
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
duration
icon
message
message
Color
position
title
title
Color
width
GitHub
clik-engine API
Loading...