UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 647 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)