Defines a Get Data action component.

This component helps getting (get) data from a FullSync database. Get Data returns an object containing the requested document. 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
Live If set to an ID, will automatically monitor any database change (from continuous replication or from local changes) and re-run the query. Using ‘Live’ is the best way to refresh automatically your UI when data changes in the database. You can cancel an ‘live’ view by calling the c8o.cancelLive(id) API.
Marker Use Markers to differentiate gets in order to be able to listen to a given get response. Use listen([fs://mydatabase.get#MYMARKER]) syntax to listen to a given ‘Marked’ get.
Unique ID The Document ID for this get.
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.