We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6395e commit 4a8e7ebCopy full SHA for 4a8e7eb
src/main/kotlin/org/digma/intellij/plugin/ui/highlights/model/SetSpanInfoMessage.kt
@@ -0,0 +1,9 @@
1
+package org.digma.intellij.plugin.ui.highlights.model
2
+
3
+import com.fasterxml.jackson.annotation.JsonRawValue
4
+import org.digma.intellij.plugin.ui.jcef.JCEFGlobalConstants
5
6
+data class SetSpanInfoMessage(@JsonRawValue val payload: String?) {
7
+ val type = JCEFGlobalConstants.REQUEST_MESSAGE_TYPE
8
+ val action = "MAIN/SET_SPAN_INFO_DATA"
9
+}
0 commit comments