Type Alias UsjContentLocation

UsjContentLocation: {
    jsonPath: ContentJsonPath;
    node: MarkerContent;
    offset: number;
}

Node within a USJ object, an offset within that node, and a JSONPath query to the node

Type declaration

  • jsonPath: ContentJsonPath
  • node: MarkerContent
  • offset: number