Skip to content

Commit dd3a748

Browse files
committed
add presentation
1 parent 2f2e39f commit dd3a748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commonMain/kotlin/spp.protocol/instrument/variable/LiveVariable.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ data class LiveVariable(
3333
val lineNumber: Int = -1,
3434
val scope: LiveVariableScope? = null,
3535
val liveClazz: String? = null,
36-
val liveIdentity: String? = null
36+
val liveIdentity: String? = null,
37+
val presentation: String? = null
3738
)

0 commit comments

Comments
 (0)