Defines a Delete Data action component.
This component helps deletting (delete) data from a FullSync database. Delete Data returns an object containing deletion status and document id and rev. From an underneath action, you can access this value trough the out typescript variable. For more information : interacting-locally-with-the-data/.
If you want to disable loading controller, you can set property disable loading controller to true.
Name | Description |
---|---|
Database | Defines the target FullSync Data base to get data from. |
Disable loading controller | Defines if we want to disable loading controller showing |
Marker | Use Markers to differentiate deletes in order to be able to listen to a given get response. Use listen([fs://mydatabase.delete#MYMARKER]) syntax to listen to a given ‘Marked’ delete. |
Revision | The Document revision id for this delete. (optional). |
Unique ID | The Document id for this delete. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Is active | Defines whether the component is active. |