Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SettingsPageItemMobileProps

Hierarchy

Index

Properties

component

component: string | React.ComponentType<any>

Name of the component, or the component itself to render.

Optional description

description: React.ReactNode

The description of the segment. This is only visible on desktop layout.

Optional descriptionStyle

descriptionStyle: StyleProp<TextStyle>

Styles to apply to the description component

name

name: string

A slug to identify the item

Optional styles

Optional title

title: React.ReactNode

The title of the segment

Optional titleStyle

titleStyle: StyleProp<TextStyle>

Styles to apply to the title component

Generated using TypeDoc