s/label/text
This commit is contained in:
parent
96f9dba595
commit
17e737eba2
4 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
# NotificationAction Object
|
||||
|
||||
* `type` String - The type of action, can be `button`.
|
||||
* `label` String - The label for the given action.
|
||||
* `text` String - (optional) The label for the given action.
|
||||
|
||||
## Platform / Action Support
|
||||
|
||||
| Action Type | Platform Support | Limitations |
|
||||
|-------------|------------------|-------------|
|
||||
| `button` | macOS | Maximum of one button, if multiple are provided only the last is used. This action is also incomptible with `hasReply` and will be ignored if `hasReply` is `true`. |
|
||||
| Action Type | Platform Support | Usage of `text` | Default `text` | Limitations |
|
||||
|-------------|------------------|------------------|-------------|
|
||||
| `button` | macOS | Used as the label for the button | "Show" | Maximum of one button, if multiple are provided only the last is used. This action is also incomptible with `hasReply` and will be ignored if `hasReply` is `true`. |
|
||||
|
||||
### Button support on macOS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue