svelte-command
general command execution handling for svelte components
API
Table of Contents
BasicCommand
Parameters
start
properties
options
(optional, default {}
)
subscribe
Parameters
Command
Extends BasicCommand
Parameters
_start
options
(optional, default {}
)
Properties
ConfirmCommand
Extends BasicCommand
Ask for confirmation before esxecution a given Command.
Parameters
FetchCommand
Extends Command
Command executing a fetch request.
Parameters
url
any fetchOptions
Object options
Object (optional, default {}
)
handleFailedResponse
Extract error description from response.
Parameters
Returns Promise<string>
install
With npm do:
npm install svelte-command
With yarn do:
yarn add svelte-command
license
BSD-2-Clause