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 |
---|---|---|---|
SetOverwrite:ButtonEventHandler`1<Bool>
|
ButtonEventHandler`1<Bool> | ✓ | |
SetPreserveHome:ButtonEventHandler`1<Bool>
|
ButtonEventHandler`1<Bool> | ✓ | |
ChooseAllData:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
ChangeStep:ButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
SaveGroupSelectionAndChange:ButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
CheckLoginAndNext:ButtonEventHandler`1<MigrationDialog.State>
|
ButtonEventHandler`1<MigrationDialog.State> | ✓ | |
LoadGroupsPressed:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnSourceSelected:ButtonEventHandler`1<String>
|
ButtonEventHandler`1<String> | ✓ | |
StartMigrationPressed:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
CancelPressed:ButtonEventHandler
|
ButtonEventHandler | ✓ |