ForceStartingStyleParameter

@Serializable
data class ForceStartingStyleParameter(val nodeId: Int, val forced: Boolean)

Constructors

Link copied to clipboard
constructor(nodeId: Int, forced: Boolean)

Properties

Link copied to clipboard

Boolean indicating if this is on or off.

Link copied to clipboard
val nodeId: Int

The element id for which to force the starting-style state.