FlowFolder as returned by HomeyAPIV2.ManagerFlow.
Extends
Instance Properties
id
id: stringType
- string
name
name: stringType
- string
order
order: numberType
- number
parent
parent: stringType
- string
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
flowfolder
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the flowfolder |
oldValues
|
object | An object with only the old values of the flowfolder |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|