add documentinterface component |
Automated: update Fields, Categories |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Component | |||
|Image=DocumentInterface.png | |||
|Name=Document Interface | |||
}} | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|ItemName|IField`1| | |ItemName|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true| | ||
|SpawningUser|UserRef| | |SpawningUser|UserRef| | ||
|SpawningUserID|IField`1| | |SpawningUserID|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv2=true| | ||
|IsInstance|Bool| | |IsInstance|Bool| | ||
|URL|IField`1| | |URL|'''[[Type:IField`1|IField`1]]<[[Type:Uri|Uri]]>'''|TypeAdv4=true| | ||
|Page|IField`1| | |Page|'''[[Type:IField`1|IField`1]]<[[Type:Int|Int]]>'''|TypeAdv5=true| | ||
}} | }} | ||
== Usage == | |||
Used in your local space for volume sliders. Specifically for the different volume groups. | |||
== Examples == | |||
[[Category:Components:Utility: | [[Category:Components:Utility:Entity Interfaces{{#translation:}}|Document Interface]] | ||
[[Category:Components{{#translation:}}|Document Interface]] | |||
[[Category:ComponentStubs]] |
Latest revision as of 22:54, 3 March 2024
Component image
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. |
ItemName
|
IField`1<String> | |
SpawningUser
|
UserRef | |
SpawningUserID
|
IField`1<String> | |
IsInstance
|
Bool | |
URL
|
IField`1<Uri> | |
Page
|
IField`1<Int> |
Usage
Used in your local space for volume sliders. Specifically for the different volume groups.