Difference between revisions of "Template:UI Object Attributes (User)"

From HSYCO
Jump to navigation Jump to search
(Created page with "=== User attributes === {| class="wikitable" !Name !Value !Description |- |name |<string> |Set the user object's name value |- |parameter |<string> |Set the user object's par...")
 
 
(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|Set the user object's parameter value
 
|Set the user object's parameter value
 
|-
 
|-
 +
 +
|rowspan="2"|repeat
 +
|true
 +
|Set repeat mode to enabled
 +
|-
 +
|false
 +
|Set repeat mode to disabled
 +
|-
 +
 +
|interval
 +
|<number>
 +
|Set the time in milliseconds between repeats (default is 1000)
 +
|-
 +
 +
|rowspan="2"|confirm
 +
|false
 +
|Default
 +
|-
 +
|true
 +
|Button requires confirmation with a second click, before sending the command
  
 
|}
 
|}

Latest revision as of 16:18, 29 January 2020

User attributes

Name Value Description
name <string> Set the user object's name value
parameter <string> Set the user object's parameter value
repeat true Set repeat mode to enabled
false Set repeat mode to disabled
interval <number> Set the time in milliseconds between repeats (default is 1000)
confirm false Default
true Button requires confirmation with a second click, before sending the command