Component:ExportDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
get rid of bad Category, add missing section.
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|SelectedExportOption|Int|
|ExportName|'''[[Component:TextField|TextField]]'''|TypeAdv1=true|
|_targetFolder|String|
|_targetFolder|String|
|EditEnabled|Bool|
|EditEnabled|Bool|
|_cancel|'''[[Component:Button|Button]]'''|TypeAdv2=true|
|_cancel|'''[[Component:Button|Button]]'''|TypeAdv4=true|
|_export|'''[[Component:Button|Button]]'''|TypeAdv3=true|
|_export|'''[[Component:Button|Button]]'''|TypeAdv5=true|
|_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportOption]]}}|TypeAdv4=true|
|_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportOption]]}}|TypeAdv6=true|
|FileName|{{RootFieldType|RelayRef`1|[[Type:IField|IField]]}}|TypeAdv7=true|
}}
 
== Export Option ==
{{Table TypeFields
}}
}}



Latest revision as of 04:23, 23 December 2024

Component image 
Export 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.
SelectedExportOption Int
ExportName TextField
_targetFolder String
EditEnabled Bool
_cancel Button
_export Button
_exportOptions list of ExportOption
FileName direct RelayRef`1<IField>

Export Option

Fields
Name Type Description

Behavior

Examples

See Also