Path
@Serializable
Content copied to clipboard
Path holds the properties of values to be set when path is drawn
Constructors
Link copied to clipboard
fun Path( color: String? = "#4b90e2", pulseColor: String? = "#ffffff", nearRadius: Double? = 1.8, farRadius: Double? = null, drawDuration: Double? = 1500.0, drawConnectionSegments: Boolean? = null, pulseIterations: Double? = null, connectionPathOptions: MPIOptions.ConnectionPath? = null, displayArrowsOnPath: Boolean? = true, interactive: Boolean? = false, animateDrawing: Boolean? = true, farZoom: Double = 10000.0, flattenPath: Boolean = false, nearZoom: Double = 375.0, pulsePauseDuration: Double = 750.0, showPulse: Boolean = true)
Content copied to clipboard