Object to style features in mesh form

interface FeatureStyle {
    color: Color;
    visible: boolean;
}

Properties

Properties

color: Color
visible: boolean