Automated: update DeDuplicate |
989onan bot (talk | contribs) Automated: update Fields, SyncDelegates |
||
Line 21: | Line 21: | ||
|_groupsMessage|'''[[Component:Text|Text]]'''|TypeAdv12=true| | |_groupsMessage|'''[[Component:Text|Text]]'''|TypeAdv12=true| | ||
|_loadGroupsButton|'''[[Component:Button|Button]]'''|TypeAdv13=true| | |_loadGroupsButton|'''[[Component:Button|Button]]'''|TypeAdv13=true| | ||
|CurrentState|'''[[#State|State]]'''|TypeAdv14=true| | |CurrentState|'''[[#State|MigrationDialog.State]]'''|TypeAdv14=true| | ||
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv15=true| | |_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv15=true| | ||
}} | }} | ||
Line 27: | Line 27: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|SetOverwrite | |SetOverwrite[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Bool|Bool]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Bool|Bool]]>|true| | ||
|SetPreserveHome | |SetPreserveHome[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Bool|Bool]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Bool|Bool]]>|true| | ||
|ChooseAllData | |ChooseAllData[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
| | |ChangeStep[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|true| | ||
| | |SaveGroupSelectionAndChange[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|true| | ||
| | |CheckLoginAndNext[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:MigrationDialog#State|MigrationDialog.State]]>|true| | ||
|LoadGroupsPressed[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|OnSourceSelected[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|true| | |||
|StartMigrationPressed[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|CancelPressed[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
}} | }} | ||
Revision as of 06:03, 17 March 2025
Component image File:MigrationDialogComponent.pngMigration Dialog component as seen in the Scene Inspector
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
_usernameField
|
TextField | |
_passwordField
|
TextField | |
_migrateFavorites
|
Bool | |
_overwriteFavorites
|
Bool | |
_preserveOldHome
|
Bool | |
_migrateContacts
|
Bool | |
_migrateMessageHistory
|
Bool | |
_migrateRecords
|
Bool | |
_migrateCloudVariables
|
Bool | |
_migratedCloudVariableDefinitions
|
Bool | |
_migrateGroups
|
Bool | |
_groupsRoot
|
Slot | |
_groupsMessage
|
Text | |
_loadGroupsButton
|
Button | |
CurrentState
|
MigrationDialog.State | |
_swapRegion
|
SlideSwapRegion |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
SetOverwriteButtonEventHandler`1<Bool>
|
ButtonEventHandler`1<Bool> | ✓ | |
SetPreserveHomeButtonEventHandler`1<Bool>
|
ButtonEventHandler`1<Bool> | ✓ | |
ChooseAllDataButtonEventHandler
|
ButtonEventHandler | ✓ | |
ChangeStepButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
SaveGroupSelectionAndChangeButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
CheckLoginAndNextButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
LoadGroupsPressedButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnSourceSelectedButtonEventHandler`1<String>
|
ButtonEventHandler`1<String> | ✓ | |
StartMigrationPressedButtonEventHandler
|
ButtonEventHandler | ✓ | |
CancelPressedButtonEventHandler
|
ButtonEventHandler | ✓ |