selectCanManageMetric
Home > @gooddata/sdk-ui-dashboard > selectCanManageMetric
selectCanManageMetric variable
Returns whether the current user has permissions to modify and delete a metric, run MAQL DDL, run the MAQL validator, change metric visibility via the unlisted
flag.
Signature:
selectCanManageMetric: import("@reduxjs/toolkit").OutputSelector<DashboardState, boolean, (res: import("@gooddata/sdk-model").IWorkspacePermissions) => boolean>