general command execution handling for svelte components
npm install svelte-command










general command execution handling for svelte components
* BasicCommand
* Parameters
* subscribe
* Parameters
* Command
* Parameters
* Properties
* ConfirmCommand
* Parameters
* FetchCommand
* Parameters
* handleFailedResponse
* Parameters
* start
* properties
* options (optional, default {})
#### Parameters
* subscription Function
Extends BasicCommand
* _start
* options (optional, default {})
* title string
* description string
* shortcuts string
* disabled boolean
* active boolean
* failed boolean
* completed boolean
Extends BasicCommand
Ask for confirmation before execution a given Command.
* command
Extends Command
Command executing a fetch request.
* url any
* fetchOptions Object
* options Object (optional, default {})
Extract error description from response.
* response Response
With npm do:
``shell`
npm install svelte-command
With yarn do:
`shell``
yarn add svelte-command
BSD-2-Clause