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
I don't know how to do PR.
Perhaps something like this should be added:
/** * Location to move element to. * @see https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants/?h=elementplacement#elementplacement */declareconstElementPlacement: {/** * Inside */readonlyINSIDE: Object/** * Place After */readonlyPLACEAFTER: Object/** * Place At Beginning */readonlyPLACEATBEGINNING: Object/** * Place At End */readonlyPLACEATEND: Object/** * Place Before */readonlyPLACEBEFORE: Object}
There is no
ElementPlacement
.https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants/?h=elementplacement#elementplacement
The text was updated successfully, but these errors were encountered: