Skip to main content

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?

optional badgeNumber: number

Defined in: packages/react/src/jsx.ts:509

Badge number shown on the page indicator


children?

optional children: ReactNode

Defined in: packages/react/src/jsx.ts:495

Content to place in the stack page


iconName?

optional iconName: string

Defined in: packages/react/src/jsx.ts:501

Icon name from the icon theme


id?

optional id: string

Defined in: packages/react/src/jsx.ts:497

Unique identifier for this page (used with page prop)


needsAttention?

optional needsAttention: boolean

Defined in: packages/react/src/jsx.ts:503

Whether to show an attention indicator


title?

optional title: string

Defined in: packages/react/src/jsx.ts:499

Display title shown in stack switchers


useUnderline?

optional useUnderline: boolean

Defined in: packages/react/src/jsx.ts:507

Whether underscores in title indicate mnemonics


visible?

optional visible: boolean

Defined in: packages/react/src/jsx.ts:505

Whether this page is visible in switchers