svelte-command
v3.0.7
Published
general command execution handling for svelte components
Downloads
3,886
Maintainers
Readme
svelte-command
general command execution handling for svelte components
API
Table of Contents
BasicCommand
Parameters
start
properties
options
(optional, default{}
)
subscribe
Parameters
subscription
Function
Command
Extends BasicCommand
Parameters
_start
options
(optional, default{}
)
Properties
title
stringdescription
stringshortcuts
stringdisabled
booleanactive
booleanfailed
booleancompleted
boolean
ConfirmCommand
Extends BasicCommand
Ask for confirmation before execution a given Command.
Parameters
command
FetchCommand
Extends Command
Command executing a fetch request.
Parameters
handleFailedResponse
Extract error description from response.
Parameters
response
Response
install
With npm do:
npm install svelte-command
With yarn do:
yarn add svelte-command
license
BSD-2-Clause