Optional
children?: UiPanelNestedItem[]Nested items to render
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
disabled?: booleanIndicate if the item should be disabled
Optional
hidden?: booleanIndicate if the item should be hidden
Optional
leftLeft icon to render (size 20)
Optional
noCallback when item pressed with no children
Optional
ononLongPress event
Optional
ononPress event
Optional
openIndicate if the item should be expanded on page load
Optional
rightRight icon to render (size 20)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Name of the item to render
Optional
textBreak mode for text. Default is to wrap text
Optional
textText type to render (Standard is default. Normally only body 01 or 02 should be used)
Generated using TypeDoc
Props for UiPanelItem component