setAction

open override fun setAction(action: SyncAction, recursive: Boolean)

Set an action for this and all sub-nodes. This is similar with the Synchronization dialog, like clicking an action for each element. SyncAction.toLeft would mean to modify the model, toRight to modify the database.

Parameters

action

SyncAction.toLeft, toRight or none

recursive

To apply this recursive to all sub-nodes.