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
In the SDK, CreateBookmark accepts a custom BookmarksProperties object that contains, among other things, the modified fields and current sheet. In enigma-go, the equivalent method only accepts a generic NxInfo and NxMetaDef. There is a CreateBookmarkRaw method that accepts an interface, so it's possible to pass properties dynamically.
Create a helper struct to enable full functionality using CreateBookmark or document how to use CreateBookmarkRaw with an example.
The text was updated successfully, but these errors were encountered:
Description
In the SDK,
CreateBookmark
accepts a customBookmarksProperties
object that contains, among other things, the modified fields and current sheet. In enigma-go, the equivalent method only accepts a genericNxInfo
andNxMetaDef
. There is aCreateBookmarkRaw
method that accepts an interface, so it's possible to pass properties dynamically.Create a helper struct to enable full functionality using
CreateBookmark
or document how to useCreateBookmarkRaw
with an example.The text was updated successfully, but these errors were encountered: