Automated: update component fields |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=ConfirmationHandlerComponent.png | |Image=ConfirmationHandlerComponent.png | ||
|Name=Confirmation Handler | |Name=Confirmation Handler | ||
}} | }} | ||
The '''ConfirmationHandler''' component | |||
{{stub}} | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Label|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true| | |Label|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true| The message of the Confirmation box | ||
|Color|'''[[Type:IField`1|IField`1]]<[[Type:ColorX|ColorX]]>'''|TypeAdv1=true| | |Color|'''[[Type:IField`1|IField`1]]<[[Type:ColorX|ColorX]]>'''|TypeAdv1=true| The color of the button before confirming is allowed. | ||
|OriginalLabel|String| | |OriginalLabel|String| The original label of the conformation before allowing the user to continue. | ||
|OriginalColor|ColorX| | |OriginalColor|ColorX| The original color of the Confirmation before allowing the user to continue. | ||
|RevertTime|{{RootFieldType|SyncTime}}|TypeAdv4=true| | |RevertTime|{{RootFieldType|SyncTime}}|TypeAdv4=true| The time to allow the user to click the button. | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
{{stub}} | |||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
{{stub}} | |||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Confirmation Handler]] | [[Category:Components{{#translation:}}|Confirmation Handler]] | ||
[[Category:Components:Common UI:Utility{{#translation:}}|Confirmation Handler]] | [[Category:Components:Common UI:Utility{{#translation:}}|Confirmation Handler]] | ||
[[Category:ComponentStubs]] |
Revision as of 20:46, 13 February 2025
Component image File:ConfirmationHandlerComponent.pngConfirmation Handler component as seen in the Scene Inspector
The ConfirmationHandler component
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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. |
Label
|
IField`1<String> | The message of the Confirmation box |
Color
|
IField`1<ColorX> | The color of the button before confirming is allowed. |
OriginalLabel
|
String | The original label of the conformation before allowing the user to continue. |
OriginalColor
|
ColorX | The original color of the Confirmation before allowing the user to continue. |
RevertTime
|
direct SyncTime | The time to allow the user to click the button. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.