-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request