Home > @tridion-sites/extensions > ActionExtensionConfiguration
Signature:
export interface ActionExtensionConfiguration
| Property | Modifiers | Type | Description |
|---|---|---|---|
| icon | CustomIcon | Icon associated with the action. | |
| id | string | A unique identifier for the action. | |
| label | string | Label associated with the action. | |
| useAction | ActionHook | Hook that contains behavior of the action. |