Icon¶
An icon which can communicate the action that it is going to initiate. Users can click on the icon to begin a process or workflow, or to trigger an action.
Icon Properties¶
Property | Type | Required | Default |
---|---|---|---|
Icon | Image | Yes | |
OnPress | ActionOrRule | No | |
Position | enum |
No | "Left" |
Styles | object |
No | |
Visible | boolean |
No | true |
_Name | string |
Yes | |
_Type | const |
Yes |
Icon¶
Icon to be displayed in the section header.
- type: Image
OnPress¶
Action/Rule to be executed when the icon is clicked. The ClientAPI object to be received in rule function is SectionProxy.
- type: ActionOrRule
- Formatter and Binding are not supported
Position¶
Display position of the label in the section header.
- type:
enum
- default:
"Left"
The value of this property must be one of the known values listed below.
Position Known Values¶
Value | Description |
---|---|
Left |
|
Right |
Styles¶
Set styles for icon.
- type:
object
with following properties.
Property | Type | Required | Default |
---|---|---|---|
Icon | string | No |
Icon¶
The string value is a style class name of Icon
.
- Image style class
Visible¶
Sets the visibility of the control.
- type:
boolean
- default:
true
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be:
"SectionHeaderItem.Type.Icon"