NodeSnapshot

@Serializable
data class NodeSnapshot(val tag: String, val text: String? = null, val visible: Boolean = true, val bounds: Bounds, val zOrder: Int = 0)

Constructors

Link copied to clipboard
constructor(tag: String, text: String? = null, visible: Boolean = true, bounds: Bounds, zOrder: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String
Link copied to clipboard
val text: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val zOrder: Int