Roster Management
Component Palette Icon:
Description
The user management panel provides a built-in way to edit rosters from a client.
Properties
Name | Description | Property Type | Scripting | Category |
---|---|---|---|---|
Antialias | Draw with antialias on? Makes text smoother. | boolean | .Antialias | Appearance |
Border | The border surrounding this component. NOTE that the border is unaffected by rotation. | Border | .Border | Common |
Data Quality | The data quality code for any tag bindings on this component. | int | .Data Quality | Data |
Enabled | If disabled, a component cannot be used. | boolean | .Enabled | Common |
Name | The name of this component. | String | .Name | Common |
Styles | Contains the component's styles. | Dataset | .Styles | Appearance |
User Source | The user source to manage users in. If blank, uses the project's default user source. | String | .User Source | Behavior |
Visible | If disabled, the component will be hidden. | boolean | .Visible | Common |
Scripting
See the Roster Management Scripting Functions page for the full list of scripting functions available for this component.
Event Handlers
Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page.