Skip to content

illusrator: Missing ElementPlacement. #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
YukiWorks432 opened this issue May 12, 2025 · 3 comments
Open

illusrator: Missing ElementPlacement. #143

YukiWorks432 opened this issue May 12, 2025 · 3 comments

Comments

@YukiWorks432
Copy link

There is no ElementPlacement.

https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants/?h=elementplacement#elementplacement

@zlovatt
Copy link
Member

zlovatt commented May 12, 2025

Feel free to open a PR!

@YukiWorks432
Copy link
Author

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
 */
declare const ElementPlacement: {
  /**
   * Inside
   */
  readonly INSIDE: Object
  /**
   * Place After
   */
  readonly PLACEAFTER: Object
  /**
   * Place At Beginning
   */
  readonly PLACEATBEGINNING: Object
  /**
   * Place At End
   */
  readonly PLACEATEND: Object
  /**
   * Place Before
   */
  readonly PLACEBEFORE: Object
}

@YukiWorks432
Copy link
Author

#144 I created a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants