Skip to content

Commit 4c33c64

Browse files
fix: move params into frontmatter, fix typo
1 parent dd3d296 commit 4c33c64

File tree

1 file changed

+12
-14
lines changed
  • streamerbot/3.api/2.triggers/core/file-io/file-tail

1 file changed

+12
-14
lines changed

streamerbot/3.api/2.triggers/core/file-io/file-tail/changed.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,25 @@ title: File Tail Changed
33
navigation.title: Changed
44
description: Trigger for a Change from a File Tail
55
version: 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+
::
617
variables:
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-
::

0 commit comments

Comments
 (0)