Type Alias: StackPageProps
StackPageProps =
VirtualSlotProps&object
Defined in: jsx.ts:185
Props for pages within a Stack or ViewStack.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
badgeNumber? | number | Badge number shown on the page indicator | jsx.ts:199 |
iconName? | string | Icon name from the icon theme | jsx.ts:191 |
id? | string | Unique identifier for this page (used with page prop) | jsx.ts:187 |
needsAttention? | boolean | Whether to show an attention indicator | jsx.ts:193 |
title? | string | Display title shown in stack switchers | jsx.ts:189 |
useUnderline? | boolean | Whether underscores in title indicate mnemonics | jsx.ts:197 |
visible? | boolean | Whether this page is visible in switchers | jsx.ts:195 |
See
StackPage for usage