ShareDialogInteractionData
Home > @gooddata/sdk-ui-dashboard > ShareDialogInteractionData
ShareDialogInteractionData type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export type ShareDialogInteractionData = {
type: ShareDialogInteractionType;
flowId: string;
currentUserPermission: AccessGranularPermission;
isCurrentUserWorkspaceManager: boolean;
isSharedObjectLocked: boolean;
sharedObjectStatus: ShareStatus;
isCurrentUserSelfUpdating?: boolean;
isExistingGrantee?: boolean;
granteeType?: "user" | "group";
granteeEffectivePermission?: AccessGranularPermission;
granteeUpdatedPermission?: AccessGranularPermission;
numberOfAvailableGrantees?: number;
};
References: ShareDialogInteractionType, AccessGranularPermission, ShareStatus