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
* | Extract the original content of an embedded Photoshop object}
10
-
* @memberOf Actions.PSDTools
7
+
* </br><b>Learn more:</b> {@link https://cloudinary.com/documentation/paged_and_layered_media#extract_the_original_content_of_an_embedded_object | Extract the original content of an embedded Photoshop object}
11
8
* @extends {SDK.Action}
9
+
* @memberOf Actions.PSDTools
10
+
* @see Visit {@link Actions.PSDTools| PSDTools} for an example
12
11
*/
13
-
classSmartObjectActionextendsAction{
14
-
privatesmartObjectValue: string|number;
12
+
classSmartObjectActionextendsAction{
13
+
privatesmartObjectValue: string|number;
15
14
privatequalifierValue=newQualifierValue();
16
15
privateuseName=false;
16
+
17
17
constructor(){
18
18
super();
19
19
this.qualifierValue.delimiter=';';
@@ -23,7 +23,7 @@ class SmartObjectAction extends Action{
23
23
* @description Creates a new instance using the specified number.
24
24
* @param index The number.
25
25
*/
26
-
byIndex(index: string|number): this{
26
+
byIndex(index: string|number): this{
27
27
this.smartObjectValue=index;
28
28
this.qualifierValue.addValue(index);
29
29
returnthis;
@@ -33,13 +33,13 @@ class SmartObjectAction extends Action{
33
33
* @description Creates an instance using the name.
0 commit comments