@adobe/premierepro 26.3.0-beta.54 → 26.3.0-beta.58
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 +12 -0
package/package.json
CHANGED
package/src/premierepro.d.ts
CHANGED
|
@@ -2091,6 +2091,18 @@ export declare type MetadataStatic = {
|
|
|
2091
2091
|
|
|
2092
2092
|
export declare type Metadata = {};
|
|
2093
2093
|
|
|
2094
|
+
export declare type ObjectMaskUtilsStatic = {
|
|
2095
|
+
/**
|
|
2096
|
+
* Check if the project or sequence contains object mask. Returns true if at
|
|
2097
|
+
* least one object mask exists.
|
|
2098
|
+
*
|
|
2099
|
+
* @param projectOrSequence
|
|
2100
|
+
*/
|
|
2101
|
+
hasObjectMask(projectOrSequence: Project | Sequence): boolean;
|
|
2102
|
+
};
|
|
2103
|
+
|
|
2104
|
+
export declare type ObjectMaskUtils = {};
|
|
2105
|
+
|
|
2094
2106
|
export declare type OpenProjectOptions = {
|
|
2095
2107
|
/**
|
|
2096
2108
|
* Constructs a new instance of the OpenProjectOptions class.
|