@adobe/premierepro 26.3.0-beta.19 → 26.3.0-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/premierepro.d.ts +6 -0
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -1741,6 +1741,12 @@ export declare type Marker = {
|
|
|
1741
1741
|
* @param comments
|
|
1742
1742
|
*/
|
|
1743
1743
|
createSetCommentsAction(comments: string): Action;
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* The unique identifier of the marker.
|
|
1747
|
+
* @readonly
|
|
1748
|
+
*/
|
|
1749
|
+
readonly guid: Guid;
|
|
1744
1750
|
};
|
|
1745
1751
|
|
|
1746
1752
|
export declare type MarkersStatic = {
|