selectIsReadOnly
Home > @gooddata/sdk-ui-dashboard > selectIsReadOnly
selectIsReadOnly variable
Returns whether the Dashboard is executed in read-only mode.
Signature:
selectIsReadOnly: import("@reduxjs/toolkit").OutputSelector<DashboardState, boolean, (res: import("../..").ResolvedDashboardConfig) => boolean>
Remarks
Read-only mode disables any interactions that can alter the backend data.