getColorByColorId
function getColorByColorId( colId: string, colorGroup: { colId: string; value: string; }[],): string;Defined in: dynamic-line-utils/src/helpers/colorHelpers.ts:36
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
colId | string |
colorGroup | { colId: string; value: string; }[] |
Returns
Section titled “Returns”string