@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 647 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ActionNamesFor](./x-components.actionnamesfor.md)
## ActionNamesFor type
Returns the action names for a given module. They are the namespaced actions.
**Signature:**
```typescript
export type ActionNamesFor<ModuleName extends XModuleName> = keyof ExtractActions<XModulesTree[ModuleName]>;
```
**References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [ExtractActions](./x-components.extractactions.md)<!-- -->, [XModulesTree](./x-components.xmodulestree.md)