Component:ExportDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update Categories, SyncDelegates
 
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|
}}
}}


Line 23: Line 26:
[[Category:Components{{#translation:}}|Export Dialog]]
[[Category:Components{{#translation:}}|Export Dialog]]
[[Category:Components With Nested Types{{#translation:}}|Export Dialog]]
[[Category:Components With Nested Types{{#translation:}}|Export Dialog]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 16:41, 17 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>

Behavior

Examples

See Also