(One intermediate revision by one other user not shown)
Line 15:
Line 15:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|SetDepth[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
|SetDepth:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
|SetDepth[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
|SetDepth:[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
|SetupTemplate:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles setting up a template for this component for a simple settup.
Handles setting up a template for this component for a simple settup.
Usage
Attach to a slot and provide all fields with valid values. The manager will then allow for creating path elements automatically when navigating a data feed.
Examples
Used heavily in the Settings menu to show the current path at the top.