Skip to content

Commit 8dbea58

Browse files
author
pinnacle-comp
committed
1 parent 703178d commit 8dbea58

2 files changed

Lines changed: 30 additions & 6 deletions

File tree

main/classes/pinnacle.input.Bind.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ Sets this bind as a quit bind.
4545

4646
Sets this bind as a reload config bind.
4747

48+
### allow_when_locked <Badge type="danger" text="nullable" />
49+
50+
`allow_when_locked?`: <code>boolean</code>
51+
52+
Allows this bind to trigger when the session is locked.
53+
4854

main/classes/pinnacle.input.BindInfo.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,35 @@ The bind's ignored modifiers.
2929

3030
The bind's layer.
3131

32-
### group <Badge type="danger" text="nullable" />
32+
### group
3333

34-
`group?`: <code>string</code>
34+
`group`: <code>string</code>
3535

36-
The bind's group.
36+
The bind's group. Empty if it is not in one.
3737

38-
### description <Badge type="danger" text="nullable" />
38+
### description
3939

40-
`description?`: <code>string</code>
40+
`description`: <code>string</code>
4141

42-
The bind's description.
42+
The bind's description. Empty if it does not have one.
43+
44+
### quit
45+
46+
`quit`: <code>boolean</code>
47+
48+
Whether this bind is a quit bind.
49+
50+
### reload_config
51+
52+
`reload_config`: <code>boolean</code>
53+
54+
Whether this bind is a reload config bind.
55+
56+
### allow_when_locked
57+
58+
`allow_when_locked`: <code>boolean</code>
59+
60+
Whether this bind is allowed when the session is locked.
4361

4462
### kind
4563

0 commit comments

Comments
 (0)