ForceStartingStyleRequest

@Serializable
data class ForceStartingStyleRequest(val nodeId: NodeId, val forced: Boolean)

Request object containing input parameters for the CSSDomain.forceStartingStyle command.

Constructors

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

Properties

Link copied to clipboard

Boolean indicating if this is on or off.

Link copied to clipboard

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