Component:DevCreateNewForm: Difference between revisions

From Resonite Wiki
Automated: update SyncDelegates
Automated: update SyncDelegates
Line 14: Line 14:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|RunAction(IButton, ButtonEventData, string)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:String|String]]: path> -> [[Type:Void|Void]] : HIDDEN METHOD|
|RunAction[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|true|
|ReturnToCategory(IButton, ButtonEventData, string)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:String|String]]: path> -> [[Type:Void|Void]] : HIDDEN METHOD|
|ReturnToCategory[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|true|
|NestIntoCategory(IButton, ButtonEventData, string)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:String|String]]: path> -> [[Type:Void|Void]] : HIDDEN METHOD|
|NestIntoCategory[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:String|String]]>|true|
}}
}}



Revision as of 06:01, 17 March 2025

Component image 
Dev Create New Form component as seen in the Scene Inspector

See Create New Wizard.

Fields

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.
OnCreated delegate of identity ItemCreated The Sync delegate to call when an item is created.
CategoryRoot String The current location in the create menu we are at.
_contentRoot Slot Where to list content like buttons and such.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
RunActionButtonEventHandler`1<String> ButtonEventHandler`1<String>
ReturnToCategoryButtonEventHandler`1<String> ButtonEventHandler`1<String>
NestIntoCategoryButtonEventHandler`1<String> ButtonEventHandler`1<String>

Usage

See Create New Wizard.

Examples

See Create New Wizard.

See Also