forceStartingStyle

suspend fun forceStartingStyle(args: CSS.ForceStartingStyleParameter, mode: CommandMode = CommandMode.DEFAULT)

Ensures that the given node is in its starting-style state.


suspend fun forceStartingStyle(nodeId: Int, forced: Boolean)

Ensures that the given node is in its starting-style state.

Parameters

nodeId

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

forced

Boolean indicating if this is on or off.