IMenuButtonItemsVisibility
Home > @gooddata/sdk-ui-dashboard > IMenuButtonItemsVisibility
IMenuButtonItemsVisibility interface
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 interface IMenuButtonItemsVisibility
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alertingButton? | boolean | (BETA) (Optional) If set to true, the Alerting button will be visible. Defaults to true. | |
deleteButton? | boolean | (BETA) (Optional) If set to true, the Delete button will be visible. Defaults to true. | |
pdfExportButton? | boolean | (BETA) (Optional) If set to true, the Export to PDF button will be visible. Defaults to true. | |
saveAsNewButton? | boolean | (BETA) (Optional) If set to true, the Save as new button will be visible. Defaults to false. | |
scheduleEmailButton? | boolean | (BETA) (Optional) If set to true, the Schedule emailing button will be visible. Defaults to true. |