Type Alias: StackPageProps
StackPageProps =
object
Defined in: packages/react/src/jsx.ts:493
Props for pages within a Stack or ViewStack.
See
StackPage for usage
Properties
badgeNumber?
optionalbadgeNumber:number
Defined in: packages/react/src/jsx.ts:509
Badge number shown on the page indicator
children?
optionalchildren:ReactNode
Defined in: packages/react/src/jsx.ts:495
Content to place in the stack page
iconName?
optionaliconName:string
Defined in: packages/react/src/jsx.ts:501
Icon name from the icon theme
id?
optionalid:string
Defined in: packages/react/src/jsx.ts:497
Unique identifier for this page (used with page prop)
needsAttention?
optionalneedsAttention:boolean
Defined in: packages/react/src/jsx.ts:503
Whether to show an attention indicator
title?
optionaltitle:string
Defined in: packages/react/src/jsx.ts:499
Display title shown in stack switchers
useUnderline?
optionaluseUnderline:boolean
Defined in: packages/react/src/jsx.ts:507
Whether underscores in title indicate mnemonics
visible?
optionalvisible:boolean
Defined in: packages/react/src/jsx.ts:505
Whether this page is visible in switchers