ember-command / index / Commandable
Type: Commandable
ts
type Commandable:
| Function
| Command
| LinkCommand
| Link
| CommandInstance
| Action<AnyFunction>;
Source
ember-command/declarations/-private/instance.d.ts:14
Generated using TypeDoc and typedoc-plugin-markdown.