Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
ICategoricalColorMappingFunction
Interface ICategoricalColorMappingFunction
interface
ICategoricalColorMappingFunction
{
apply
(
v
)
:
string
;
clone
(
)
:
ICategoricalColorMappingFunction
;
eq
(
other
)
:
boolean
;
toJSON
(
)
:
ITypedDump
;
}
Implemented by
ReplacementColorMappingFunction
Index
Methods
apply
clone
eq
toJSON
Methods
apply
apply
(
v
)
:
string
Parameters
v
:
ICategory
Returns
string
clone
clone
(
)
:
ICategoricalColorMappingFunction
Returns
ICategoricalColorMappingFunction
eq
eq
(
other
)
:
boolean
Parameters
other
:
ICategoricalColorMappingFunction
Returns
boolean
toJSON
toJSON
(
)
:
ITypedDump
Returns
ITypedDump
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
apply
clone
eq
toJSON
LineUpJS - v4.11.0
Loading...