Datengesteuerte Events
Class DataEvent
Attributes
Name | Type | Description |
---|---|---|
tableId | Integer | ID of the PLANTA data table |
eventType | Integer | ID of the event type (see EventType enum) |
condition | String | optional function name; if set, that function needs to return True before the event gets executed |
parameter | String | optional text field; can be used as arguments for the event function itself or for the function specified in 'condition' for example |
user | String | ID of the user |