PointsConfig🔗TODO docsDefinition🔗export interface PointsConfig { showPoints?: common.VisibilityMode; pointSize?: number; pointColor?: string; pointSymbol?: string; } See also🔗 PointsConfigBuilder