Tim - šŸ‘‹ I am embedding Search and using parame...

šŸ‘‹ I am embedding Search and using parameterized host events to pin a newly created viz to an existing liveboard. āœ… I am able to pin the viz to the given liveboard without opening the modal āœ… I am able to open the pin modal (by not providing the newVizName param. ā›” I am unable to open the pin modal with the provided liveboardId preselected Is this possible? Here is my code
embedRef.current.trigger(HostEvent.Pin, {
liveboardId
// newVizName: "this is a test"
})
embedRef.current.trigger(HostEvent.Pin, {
liveboardId
// newVizName: "this is a test"
})
3 Replies
Ruchi Anand
Ruchi Anand•3mo ago
Hi @Valhalla As of now, we do not support this use case.
Valhalla
ValhallaOP•3mo ago
Thanks. I'll look into building my own modal then. I think the hardest part will be handling tab selection. It doesnt look like they're included in the liveboard metadata api. IS there an API you can recommend? I just need a mapping of the Tab name to Tab ID for a given liveboard @Ruchi Anand do you know?
Ruchi Anand
Ruchi Anand•3mo ago
@Valhalla There is no API which gets the mapping of the Tab name to Tab ID for a given liveboard.

Did you find this page helpful?