TopologyPropertyΒΆ webVis API ReferenceTopologyPropertyEnumeration TopologyPropertyThe properties of a topological entity that can be set via the TopologyAPI. See TopologyAPI TopologyAPI.setTopologyProperty IndexEnumeration MembersCOLOR HIGHLIGHTED SELECTED Enumeration MembersCOLORCOLOR: "color"The color of the topological entity. The value is an array of four numbers in the range from 0 to 1, representing the red, green, blue, and alpha components of the color. If the color is set to undefined, it will be reset to the default color. Value Type[number, number, number, number] | undefined Defaultundefined HIGHLIGHTEDHIGHLIGHTED: "highlighted"The highlighted state of the topological entity. Value Typeboolean Defaultfalse SELECTEDSELECTED: "selected"The selected state of the topological entity. Value Typeboolean Defaultfalse
The properties of a topological entity that can be set via the TopologyAPI.
See