OverflowButton¶
OverflowButton Properties¶
Property | Type | Required | Default |
---|---|---|---|
ButtonType | enum |
No | "Normal" |
Image | Image | No | |
OnPress | complex | No | |
Style | string |
No | |
Title | string |
No | |
Visible | boolean |
No | true |
_Name | string |
No | |
_Type | const |
No |
ButtonType¶
Constants indicating the style information that is applied to the action button. iOS only.
- type:
enum
- default:
Normal
The value of this property must be one of the known values listed below.
Value | Description |
---|---|
Normal |
Action that performs general task. |
Destructive |
Action that deletes data or performs some type of destructive task. |
Disabled |
Action that cannot perform any operation. |
Image¶
Image to be displayed in the ActionItem.
- type: Image
OnPress¶
Action or rule to be performed when the event is triggered.
- type: complex
OnPress Value¶
Any following options needs to be fulfilled.
Option 1¶
- ActionOrRule
- Formatter and Binding are not supported
Option 2¶
Style¶
It supports font-color for the button. Android only.
- type:
string
Title¶
Label to be displayed on the button. For Android, the text is always in upper case and cannot be styled to contain lower case letters.
- type:
string
Visible¶
Set the visibility of the button.
- type:
boolean
- default:
true
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be:
"ObjectCard.Type.OverflowButton"