IShareDialogProps
Home > @gooddata/sdk-ui-dashboard > IShareDialogProps
IShareDialogProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IShareDialogProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(ALPHA) Apply share grant on select, without confirming? | ||
(ALPHA) Analytical backend from which the dashboard obtains data to render. | |||
(ALPHA) Current user | |||
CurrentUserPermissions |
(ALPHA) Dashboard permissions for current user. | ||
(ALPHA) Dashboard filters | |||
boolean |
(ALPHA) Is currently logger user a workspace manager? | ||
boolean |
(ALPHA) Is grantee share loading? | ||
boolean |
(ALPHA) Is locking of the dashboard supported by the currently logged user and backend? | ||
boolean |
(ALPHA) Is share grant hidden? | ||
boolean |
(ALPHA) (Optional) Is share dialog visible? | ||
(payload: ISharingApplyPayload, closeOnApply?: boolean) => void |
(ALPHA) Callback to be called when user apply share dialog | ||
() => void |
(ALPHA) Callback to be called when user closes the share dialog. | ||
(error: GoodDataSdkError) => void |
(ALPHA) (Optional) Callback to be called, when error occurs. | ||
(data: IShareDialogInteractionData) => void |
(ALPHA) (Optional) Callback to be called on specific share dialog interactions. | ||
(shareLink: string) => void |
(ALPHA) Callback to be called when user copies share link | ||
ISharedObject |
(ALPHA) Object to share | ||
boolean |
(ALPHA) Show dashboard share link? | ||
string |
(ALPHA) Identifier of analytical workspace, from which the dashboard obtains data to render. |