We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c32e38b + fed565b commit 231cb5bCopy full SHA for 231cb5b
README.md
@@ -75,7 +75,7 @@ class MyComponent extends Component {
75
accessToken="" // accessToken goes here
76
embedUrl="" // embedUrl goes here
77
embedId="" // report or dashboard Id goes here
78
- pageName="" // set as current page of the report
+ pageName="" // set as current page of the report. Name to be obtained from the original report URL
79
reportMode="View" // open report in a particular mode View/Edit/Create
80
datasetId={datasetId} // required for reportMode = "Create" and optional for dynamic databinding in `report` on `View` mode
81
groupId={groupId} // optional. Used when reportMode = "Create" and to chose the target workspace when the dataset is shared.
0 commit comments