Modify Data
You can directly modify the results obtained using the Eagle Plugin API method. To save the modified results, just call the save()
method of the result object. Here are some simple examples:
Example 1: Modify the selected file of the current application
Example 2: Modify folder properties
🦄 Best Practice: To ensure data security, use the API-provided save()
method for data access and modification, and avoid directly modifying any files under the Eagle resource library.
Last updated