color property
dynamic
get
color
Implementation
external dynamic
/*{
/**
* Set custom color pattern.
*/
pattern?: string[];
threshold?: any; // Undocumented
}*/
get color;
set
color
(dynamic v)
Implementation
external set color(
dynamic
/*{
/**
* Set custom color pattern.
*/
pattern?: string[];
threshold?: any; // Undocumented
}*/
v);