ISharingProperties
Home > @gooddata/sdk-ui-dashboard > ISharingProperties
ISharingProperties interface
All sharing properties describing sharing changes
Signature:
export interface ISharingProperties
Properties
| Property | Type | Description |
|---|---|---|
| granteesToAdd | IAccessGrantee[] | Access grantees to grant access to the dashboard to. |
| granteesToDelete | IAccessGrantee[] | Access grantees whose access to the dashboard to revoke. |
| isLocked | boolean | When set to true, the dashboard is locked and no one other than the administrator can edit it. |
| isUnderStrictControl | boolean | For backends NOT forcing strict access this prop reflects its current setting of strict access |
| shareStatus | ShareStatus | Dashboard share status |