Skip to content

Rename colorMap to colorMap for exposed classes, interface and types #2581

Closed
@w1nklr

Description

@w1nklr

A deprecated version of the old names should be exposed:

export ColorMapFunction;

should be replaced by:

export ColormapFunction;
/** @deprecated Use ColormapFunctioninstead. */
export type ColorMapFunction = ColormapFunction;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions