Optional
danger?: booleanIndicate if item is dangerous. When using System iOS action sheet only ONE item can be dangerous.
Optional
divider?: booleanIndicate that divider should be rendered (does not apply to last item, and only for non system ActionSheet)
Optional
hidden?: booleanIndicate if hidden (won't show)
Optional
icon?: { Icon data to render on menu (Only for custom action sheet (not rendered for CANCEL button))
Optional
icon?: CarbonIconSet to an icon from Carbon (size 20). If both image and icon are set ICON will be used.
Optional
image?: ImageSourcePropTypeSet to an image using require('../assets/myImage.png')
This will be contained in the view. 20x20 size for rendering (image can be anything but should be square ratio)
Press event (this will also automatically close the ActionSheet as well)
Name for button
Generated using TypeDoc
Item to pass to ActionSheet