ember-command / index / CommandInstance
Interface: CommandInstance()
ts
interface CommandInstance(...args): void | Promise<void>
Parameters
Parameter | Type |
---|---|
...args | unknown [] |
Returns
void
| Promise
<void
>
Source
ember-command/declarations/-private/instance.d.ts:10
Properties
__INVOCABLES__
ts
__INVOCABLES__: Invocable[];
Source
ember-command/declarations/-private/instance.d.ts:12
link?
ts
link?: Link;
Source
ember-command/declarations/-private/instance.d.ts:11
Generated using TypeDoc and typedoc-plugin-markdown.