You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API-proposed.yaml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2621,16 +2621,24 @@ components:
2621
2621
values:
2622
2622
type: object
2623
2623
additionalProperties:
2624
-
type: object
2625
-
description: Style values or empty map if there are no values. Keys and
2626
-
values are defined in https://git.eclipse.org/r/plugins/gitiles/tracecompass/org.eclipse.tracecompass/+/refs/heads/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2624
+
$ref: '#/components/schemas/StyleValue'
2627
2625
description: Style values or empty map if there are no values. Keys and
2628
-
values are defined in https://git.eclipse.org/r/plugins/gitiles/tracecompass/org.eclipse.tracecompass/+/refs/heads/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2626
+
values are defined in https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2629
2627
description: "Represents the style on an element (ex. Entry, TimeGraphState,\
2630
2628
\ ...) returned by any output. Supports style inheritance. To avoid having\
2631
2629
\ too many styles, the element style can have a parent style and will have\
2632
2630
\ all the same style property values as the parent, and can add or override\
Copy file name to clipboardExpand all lines: API.yaml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2100,16 +2100,24 @@ components:
2100
2100
values:
2101
2101
type: object
2102
2102
additionalProperties:
2103
-
type: object
2104
-
description: Style values or empty map if there are no values. Keys and
2105
-
values are defined in https://git.eclipse.org/r/plugins/gitiles/tracecompass/org.eclipse.tracecompass/+/refs/heads/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2103
+
$ref: '#/components/schemas/StyleValue'
2106
2104
description: Style values or empty map if there are no values. Keys and
2107
-
values are defined in https://git.eclipse.org/r/plugins/gitiles/tracecompass/org.eclipse.tracecompass/+/refs/heads/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2105
+
values are defined in https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/StyleProperties.java
2108
2106
description: "Represents the style on an element (ex. Entry, TimeGraphState,\
2109
2107
\ ...) returned by any output. Supports style inheritance. To avoid having\
2110
2108
\ too many styles, the element style can have a parent style and will have\
2111
2109
\ all the same style property values as the parent, and can add or override\
0 commit comments