defineCommand
function exported by @mwillbanks/tuil-core.
function
Public function exported by @mwillbanks/tuil-core.
export function defineCommand<TResult>(
command: Command<TResult>,
): Command<TResult>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
command | Command<TResult> | Yes | Supplies the command value as Command<TResult>. | Command |
Returns
Command<TResult> — Returns a value that satisfies Command<TResult>.
Related types: Command
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference