Changes
Page history
Update Placeholder Condition
authored
Sep 15, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Placeholder-Condition.md
View page @
cfb29757
...
@@ -9,8 +9,8 @@ Used for making custom conditions.
...
@@ -9,8 +9,8 @@ Used for making custom conditions.
| Parameter | Aliases | Description | Type | Default Value |
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| ------ | ------ | ------ | ------ | ------ |
|
`placeholder`
|
`ph`
| The placeholder to match to the value. |
`
String, Boolean, Number
`
|
`Required`
|
|
`placeholder`
|
`ph`
| The placeholder to match to the value. |
`
Any
`
|
`Required`
|
|
`value`
|
`v`
| What the placeholder will match to. |
`
String, Boolean, Number
`
|
`Required`
|
|
`value`
|
`v`
| What the placeholder will match to. |
`
Any
`
|
`Required`
|
## Examples
## Examples
```
```
...
...
...
...