mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
1017 B
1017 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
AdditionalDialogActionButton Interface | v6.10.0 | Active | 2024-05-24 |
AdditionalDialogActionButton Interface
Specifies interface for Dialog Component.
Basic usage
interface AdditionalDialogActionButton {
title: string;
onClick: (args?: any) => void;
class?: string;
}
Properties
Name | Type | Default value | Description |
---|---|---|---|
title | string |
Button title. | |
onClick | (args?: any) => void |
Callback for button. (optional) | |
class | string |
Button class. (optional) |
Note that in order for the design to be displayed well, it is necessary to provide no more than 2 additional buttons.