11# Marker object
22
33` app.project.activeSequence.markers.getFirstMarker() `
4- < br />
4+
55` app.project.rootItem.children[index].getMarkers().getFirstMarker() `
6- < br />
6+
77
88#### Description
99
@@ -16,9 +16,9 @@ Both [Project items](../item/projectitem.md) and [sequences](../sequence/sequenc
1616### Marker.comments
1717
1818` app.project.activeSequence.markers.getFirstMarker().comments `
19- < br />
19+
2020` app.project.rootItem.children[index].getMarkers().getFirstMarker().comments `
21- < br />
21+
2222
2323#### Description
2424
@@ -33,9 +33,9 @@ String; read/write.
3333### Marker.end
3434
3535` app.project.activeSequence.markers.getFirstMarker().end `
36- < br />
36+
3737` app.project.rootItem.children[index].getMarkers().getFirstMarker().end `
38- < br />
38+
3939
4040#### Description
4141
@@ -50,9 +50,9 @@ A [Time object](../other/time.md) containing the value of the ending of the mark
5050### Marker.guid
5151
5252` app.project.activeSequence.markers.getFirstMarker().guid `
53- < br />
53+
5454` app.project.rootItem.children[index].getMarkers().getFirstMarker().guid `
55- < br />
55+
5656
5757#### Description
5858
@@ -67,9 +67,9 @@ String; read-only.
6767### Marker.name
6868
6969` app.project.activeSequence.markers.getFirstMarker().name `
70- < br />
70+
7171` app.project.rootItem.children[index].getMarkers().getFirstMarker().name `
72- < br />
72+
7373
7474#### Description
7575
@@ -84,9 +84,9 @@ String; read/write.
8484### Marker.start
8585
8686` app.project.activeSequence.markers.getFirstMarker().start `
87- < br />
87+
8888` app.project.rootItem.children[index].getMarkers().getFirstMarker().start `
89- < br />
89+
9090
9191#### Description
9292
@@ -101,9 +101,9 @@ A [Time object](../other/time.md) containing the value of the beginning of the m
101101### Marker.type
102102
103103` app.project.activeSequence.markers.getFirstMarker().type `
104- < br />
104+
105105` app.project.rootItem.children[index].getMarkers().getFirstMarker().type `
106- < br />
106+
107107
108108#### Description
109109
@@ -128,9 +128,9 @@ String; read-only.
128128### Marker.getColorByIndex()
129129
130130` app.project.activeSequence.markers.getFirstMarker().getColorByIndex(index) `
131- < br />
131+
132132` app.project.rootItem.children[index].getMarkers().getFirstMarker().getColorByIndex(index) `
133- < br />
133+
134134
135135!!! note
136136 This functionality was added in Adobe Premire Pro 13.x.
@@ -154,9 +154,9 @@ Returns the color index as an Integer.
154154### Marker.getWebLinkFrameTarget()
155155
156156` app.project.activeSequence.markers.getFirstMarker().getWebLinkFrameTarget() `
157- < br />
157+
158158` app.project.rootItem.children[index].getMarkers().getFirstMarker().getWebLinkFrameTarget() `
159- < br />
159+
160160
161161#### Description
162162
@@ -175,9 +175,9 @@ Returns a String containing the frame target, or `0` if unsuccessful.
175175### Marker.getWebLinkURL()
176176
177177` app.project.activeSequence.markers.getFirstMarker().getWebLinkURL() `
178- < br />
178+
179179` app.project.rootItem.children[index].getMarkers().getFirstMarker().getWebLinkURL() `
180- < br />
180+
181181
182182#### Description
183183
@@ -196,9 +196,9 @@ Returns a String containing the URL, or `0` if unsuccessful.
196196### Marker.setColorByIndex()
197197
198198` app.project.activeSequence.markers.getFirstMarker().setColorByIndex(colorIndex, markerIndex) `
199- < br />
199+
200200` app.project.rootItem.children[index].getMarkers().getFirstMarker().setColorByIndex(colorIndex, markerIndex) `
201- < br />
201+
202202
203203!!! note
204204 This functionality was added in Adobe Premire Pro 13.x.
@@ -232,9 +232,9 @@ Returns `undefined`.
232232### Marker.setTypeAsChapter()
233233
234234` app.project.activeSequence.markers.getFirstMarker().setTypeAsChapter() `
235- < br />
235+
236236` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsChapter() `
237- < br />
237+
238238
239239#### Description
240240
@@ -253,9 +253,9 @@ Returns `0` if successful.
253253### Marker.setTypeAsComment()
254254
255255` app.project.activeSequence.markers.getFirstMarker().setTypeAsComment() `
256- < br />
256+
257257` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsComment() `
258- < br />
258+
259259
260260#### Description
261261
@@ -274,9 +274,9 @@ Returns `0` if successful.
274274### Marker.setTypeAsSegmentation()
275275
276276` app.project.activeSequence.markers.getFirstMarker().setTypeAsSegmentation() `
277- < br />
277+
278278` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsSegmentation() `
279- < br />
279+
280280
281281#### Description
282282
@@ -295,9 +295,9 @@ Returns `0` if successful.
295295### Marker.setTypeAsWebLink()
296296
297297` app.project.activeSequence.markers.getFirstMarker().setTypeAsWebLink() `
298- < br />
298+
299299` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsWebLink() `
300- < br />
300+
301301
302302#### Description
303303
0 commit comments