Grant Gardner
03/11/2025, 8:48 PMMauricio Cabezas
03/12/2025, 12:29 AMGrant Gardner
03/12/2025, 10:24 PMMauricio Cabezas
03/13/2025, 12:48 AMidRef
function is used to create a reference to your GoodData resources using their unique IDs. For example, if you want to embed an insight with the ID '1234567890abcdef', you would use:
const insightRef = idRef('1234567890abcdef');
Then, you would pass insightRef
to the InsightView
component.
Please, let me know if that helps.Grant Gardner
03/14/2025, 2:34 AMGrant Gardner
03/14/2025, 10:06 PM