Whether the embedded object should be automatically refreshed.
The background color to use for the embedded object.
If no background is provided, it will set a default background color based on the theme.
To control the background color using CSS and classes, set to transparent
.
The base url for your MongoDB EmbedSDK instance.
This should look something like: https://charts.mongodb.com/charts-example-url-zdvkh
Embedding options to be passed to the embedded charts in the dashboard
Assign background colour for all charts in an embedded dashboard.
The id for the dashboard you want to embed.
This can be found in the "Embed Dashboard" dialog.
The filter to apply to the embedded chart or dashboard.
This expects an object that contains a valid query operators. Any fields referenced in this filter are expected to be allowed for filtering in the "Embed Chart" for each chart you wish to filter on or in the "Embed Dashboard" dialog if you are applying a filter on a dashboard.
A function that returns a valid JWT that will be used to authenticate the user.
This function will be called when the embedded object is first rendered, and then successively when the SDK needs to refresh an invalid token.
See also getRealmUserToken
The height of the embedded object.
If no height is provided, it will default to stretching to the height of it's container. If a value is provided without units, it will be assumed to be pixels (px).
Height behaviour of charts in an embedded dashboard.
'fixed'
Height of charts will remain the same as the dashboard.'scale'
Height of charts will scale according to the container.How long in seconds data is considered fresh.
By default, staleness tolerance is 1 hour.
The filter to apply as the first stage on the Data Source.
This expects an object that contains a valid query operators. Any fields referenced in this filter are expected to be allowed for filtering in the "Embed Chart" for each chart you wish to filter on or in the "Embed Dashboard" dialog if you are applying a filter on a dashboard.
If filtering is required on a dynamic field defined via a Lookup, Calculated or Query Bar, then filter
is appropriate property to set.
Whether to show the MongoDB attribution logo.
By default, this is set to true
Display the dashboard title and description.
The color scheme to apply.
If the theme is set to 'dark' and you have specified a custom background color, you should ensure that your background color has appropriate contrast.
The width of the embedded object.
If no width is provided, it will default to stretching to the width of it's container. If a value is provided without units, it will be assumed to be pixels (px).
Width behaviour of charts in an embedded dashboard.
'fixed'
Width of charts will remain the same as the dashboard.
'scale'
Width of charts will scale according to the container.
Generated using TypeDoc
The set of options that you can use when both creating an EmbedSDK object or using EmbedSDK.createDashboard.