An object literal containing the color, icon and scale expression to use when painting points.

interface PointStyleExpressions {
    colorExpression?: Expression<string>;
    iconExpression?: Expression<ParameterizedPointStyle>;
    scaleExpression?: Expression<number>;
}

Properties

colorExpression?: Expression<string>

The color expression to use when painting (regular) points.

The icon expression used to define (regular) icons.

scaleExpression?: Expression<number>

The scale expression used to scale (regular) icons. See scaleExpression.