Bookmarks Widget Displays a list of bookmarks that are only defined in the web map? Can it work with other objects also?
And another separate question. Can I remove or add items to the bookmark using code? Are there remove or add methods to use dynamically in my program? Or is it only possible through the user interface?
For example
const bookmarks = new Bookmarks({});
bookmarks.Add(element) or bookmarks.Delete(element)
Thanks!