Automated: create new component page |
Automated: update DeDuplicate |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|BreadcrumbTemplate|'''[[Component:BreadcrumbInterface|BreadcrumbInterface]]'''|TypeAdv2=true| | |BreadcrumbTemplate|'''[[Component:BreadcrumbInterface|BreadcrumbInterface]]'''|TypeAdv2=true| | ||
|SeparatorTemplate|Slot| | |SeparatorTemplate|Slot| | ||
}} | |||
== Sync Delegates == | |||
{{Table ComponentTriggers | |||
|SetDepth()|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:Int|Int]]: depth>| | |||
|SetDepth()|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]: depth>| | |||
}} | }} | ||
Line 21: | Line 27: | ||
[[Category:Components:Radiant UI:Navigation{{#translation:}}|Breadcrumb Manager]] | [[Category:Components:Radiant UI:Navigation{{#translation:}}|Breadcrumb Manager]] | ||
[[Category:Components{{#translation:}}|Breadcrumb Manager]] | [[Category:Components{{#translation:}}|Breadcrumb Manager]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Latest revision as of 21:18, 6 November 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
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. |
Path
|
direct RelayRef`1<SyncFieldList`1<String>> | |
UI_Root
|
Slot | |
BreadcrumbTemplate
|
BreadcrumbInterface | |
SeparatorTemplate
|
Slot |
Sync Delegates
Method Name | Method type and Arguments. | Description |
---|---|---|
SetDepth()
|
ButtonEventHandler`1<IButton: button, ButtonEventData: eventData, Int: depth> | |
SetDepth()
|
Action`1<Int: depth> |