isReadOnly
Home > @gooddata/sdk-ui-dashboard > DashboardConfig > isReadOnly
DashboardConfig.isReadOnly property
Sets dashboard to the read-only mode.
Signature:
isReadOnly?: boolean;
Remarks
If set to true, the dashboard will be embedded in a read-only mode disabling any user interaction that would alter any backend state (disabling creating/changing alerts, creating scheduled emails, etc.).
Defaults to false i.e. NOT a read-only mode.