TerminalPresetBar.svelte

Declarations
#

view source

TerminalPresetBar
#

TerminalPresetBar.svelte view source

presets

type Array<TerminalPreset>

onrun

type (preset: TerminalPreset) => void

oncreate?

type (name: string, command: string, args: Array<string>) => void
optional

ondelete?

type (preset: TerminalPreset) => void
optional

Depends on
#

Imported by
#