Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-capture
getSentimentColor
Function getSentimentColor
getSentimentColor
(
sentiment
:
"positive"
|
"negative"
|
"neutral"
|
undefined
,
colors
:
{
sentimentNegative
:
string
;
sentimentNeutral
:
string
;
sentimentPositive
:
string
;
}
,
)
:
string
Get sentiment color.
Parameters
sentiment
:
"positive"
|
"negative"
|
"neutral"
|
undefined
The sentiment value
colors
:
{
sentimentNegative
:
string
;
sentimentNeutral
:
string
;
sentimentPositive
:
string
;
}
Custom colors config
Returns
string
The appropriate color
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Hiyve Components - v1.0.0
Loading...
Get sentiment color.