Defines a CallFullSync action component.

FullSync calls are used to interact with the local offline data synchronized database. You can use this call to get, post, delete and query (View) data from the database.

For more information about FullSync and local FullSync verbs see interacting-locally-with-the-data/.

If you want to disable loading controller, you can set property disable loading controller to true.

Name Description
Disable loading controller Defines if we want to disable loading controller showing
Marker Defines the requestable’s marker. Markers are used to differentiate fullsync requests from one to another so you can handle routes more easily.
Requestable Defines the FullSync database.
Verb Defines the fullsync verb.
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.