Skip to content

getColorByColorId

function getColorByColorId(
colId: string,
colorGroup: {
colId: string;
value: string;
}[],
): string;

Defined in: dynamic-line-utils/src/helpers/colorHelpers.ts:36

ParameterType
colIdstring
colorGroup{ colId: string; value: string; }[]

string