File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
streamerbot/3.api/2.triggers/core/file-io/file-tail Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,25 @@ title: File Tail Changed
33navigation.title : Changed
44description : Trigger for a Change from a File Tail
55version : 0.2.3
6+ parameters :
7+ - name : Watcher
8+ type : Select
9+ description : |
10+ Select a file tail from the Settings -> File Tails tab.
11+
12+ - Select `Any` to trigger on **any file tail**
13+
14+ ::tip
15+ You can quickly register a new file tail by clicking the `Create File Tail` button!
16+ ::
617variables :
718 - name : filePath
819 type : string
920 description : The file path
1021 - name : fileName
1122 type : string
12- description : The fill name
23+ description : The file name
1324 - name : line
1425 type : string
1526 description : The line of the file tail
1627---
17-
18- ## Parameters
19- :: field-group
20- :: field { name =Watcher type =Select }
21- Select a file tail from the Settings -> File Tails tab.
22-
23- - Select `Any` to trigger on **any file tail**
24-
25- ::tip
26- You can quickly register a new file tail by clicking the `Create File Tail` button!
27- ::
28- ::
29- ::
You can’t perform that action at this time.
0 commit comments