vigiles API reference
Guides
GitHub
Preparing search index...
core/spec
GuardRule
Interface GuardRule
A reactive rule: runs a command when watched files change.
interface
GuardRule
{
_kind
:
"guard"
;
description
:
string
;
run
:
string
;
watch
:
string
|
readonly
string
[]
;
}
Index
Properties
_
kind
description
run
watch
Properties
Readonly
_
kind
_kind
:
"guard"
Readonly
description
description
:
string
Readonly
run
run
:
string
Readonly
watch
watch
:
string
|
readonly
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
kind
description
run
watch
Guides
GitHub
vigiles API reference
Loading...
A reactive rule: runs a command when watched files change.