GraffitiSuite Docs
Docs
Graffitispinner
Loading document parsing libraries...
# GraffitiSpinner Class Inherits GraffitiWebUIControl ## About A custom spinner component with multiple animation types. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Types | Border <br> Bubble <br> Icon | Supported spinner appearance types. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Open | (None) | (None) | | | Pressed | (None) | (None) | Raised when the user clicks on the spinner icon. | | Shown | (None) | (None) | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Appearance | Types | Nil | Spinner type to show. | | Icon | String | Nil | FontAwesome Icon to use as a spinner. | | StatusIndicator | WebUIControl.Indicators | Nil | Bootstrap Indicator to apply to the spinner element. | | Style | GraffitiStyle | Nil | GraffitiStyle to apply to the spinner element. |