declare function overrideActionSchema(actionSchema: TActionSchema): Promise<IActionSchema>;
Overrides an existing action handler configuration in the framework.
This function partially updates a previously registered action handler with new configuration. Only the provided fields will be updated, other fields remain unchanged.
Useful for:
| Parameter | Description |
|---|---|
actionSchema |
Partial action configuration object |