Action for ideckia: simpleaction
Demo of a simple Ideckia action
Name | Type | Description | Shared | Default | Possible values |
---|---|---|---|---|---|
name | String | A name shown in the window | false | "ideckia action" | [] |
TODO
TODO
There is a script called test_action.js
to test the new action. Set the props
variable in the script with the properties you want and run this command:
node test_action.js
{
"text": "simpleaction example",
"bgColor": "00ff00",
"actions": [
{
"name": "simpleaction",
"props": {
"name": "possible"
}
}
]
}