extraInfo

Examples

type ExtraInfo {
  key: String
  val: String
  value: String
  snippet: ExtraInfoSnippet
  link: String
  callBranch: [String]
  iconLink: String
  tags: [String]
}

Fields

Field
Description
Supported fields

key String

Key name of the extra info

val String

Value associated with the key

value String

Alternate value field, often redundant with 'val'

Code snippet context associated with the extra info

detectionType String fileName String snippetLineNumber Int language String text String

link String

Optional hyperlink related to this extra info

callBranch [String]

Call branch stack or related trace information as a list of strings

iconLink String

URL to an icon representing this info

tags [String]

List of tags associated with this extra info

References

Fields with this object:

Last updated