Component:MigrationDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update Categories, SyncDelegates
Line 23: Line 23:
|CurrentState|'''[[#State|State]]'''|TypeAdv14=true|
|CurrentState|'''[[#State|State]]'''|TypeAdv14=true|
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv15=true|
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv15=true|
}}
== Sync Delegates ==
{{Table ComponentTriggers
|SetOverwrite()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: data, [[Type:Bool|Bool]]: overwrite>|
|SetPreserveHome()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: data, [[Type:Bool|Bool]]: overwrite>|
|ChooseAllData()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData>|
|ChangeStep()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: butoon, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:State|State]]: targetState>|
|SaveGroupSelectionAndChange()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: butoon, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:State|State]]: targetState>|
|CheckLoginAndNext()|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:State|State]]: next>|
}}
}}


Line 34: Line 44:
[[Category:Components{{#translation:}}|Migration Dialog]]
[[Category:Components{{#translation:}}|Migration Dialog]]
[[Category:Components With Nested Enums{{#translation:}}|Migration Dialog]]
[[Category:Components With Nested Enums{{#translation:}}|Migration Dialog]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Revision as of 13:12, 6 November 2024

Component image 
File:MigrationDialogComponent.png
Migration 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

Fields
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 State
_swapRegion SlideSwapRegion

Sync Delegates

Lua error in mw.text.lua at line 25: bad argument #1 to 'match' (string expected, got nil).
Triggers
Method Name Method type and Arguments. Is the method hidden? Description

Behavior

Examples

See Also