Table of Contents
Enumerations #
Name | Values |
---|---|
Alignments | Left Right |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Alignment | Alignments | Alignments.Left | Determines alignment of elements within the item’s display. |
Badge | String | “” | Badge text to display. Hidden when empty. |
BadgeIndicator | WebUIControl.Indicators | Default | Bootstrap indicator to apply to the badge. |
BadgeIsPill | Boolean | False | When True, the badge will display with more rounded edges. |
BadgeStyle | GraffitiStyle | Nil | GraffitiStyle to apply to the badge. |
Container | WebContainer | Nil | WebContainer that replaces the item’s display area within the browser. |
Content | String | “” | Content of the item. Hidden when empty. |
ContentIndicator | WebUIControl.Indicators | Default | Bootstrap indicator applied to the content text. |
ContentStyle | GraffitiStyle | Nil | GraffitiStyle applied to the content text. |
Enabled | Boolean | True | Determines whether the user can select and interact with this item. |
Footer | String | “” | Text displayed at the bottom of the item. Hidden when empty. |
FooterIndicator | WebUIControl.Indicators | Default | Bootstrap indicator applied to the footer text. |
FooterStyle | GraffitiStyle | Nil | GraffitiStyle applied to the footer text. |
Indicator | WebUIControl.Indicators | Default | Bootstrap indicator applied to the item’s display area. |
Style | GraffitiStyle | Nil | GraffitiStyle applied to the item’s display area. |
Tag | Variant | Nil | Developer storage. |
Title | String | “” | Title of the item. Hidden when empty. |
TitleIndicator | WebUIControl.Indicators | Default | Bootstrap indicator applied to the title text. |
TitleStyle | GraffitiStyle | Nil | GraffitiStyle applied to the title text. |
Tooltip | String | “” | Text to display in tooltip when the user hovers their mouse over or selects an item. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.