Api Sandbox UI Option
class

Option

public class Option

An option for a DropDown or ButtonGroup.

Constructors

Option()
Option(String title, Object value)
Option(String title, String icon, Object value)

Fields

Name Type Description
Title String The user-friendly text to show.
Icon String Icon for this option.
Subtitle String
Tooltip String Tooltip for this option.
Value Object The internal value for this option.
Assembly: Base Library Namespace: Sandbox.UI Full Name: Sandbox.UI.Option