Type Alias: StackPageProps
StackPageProps =
VirtualSlotProps&object
Defined in: jsx.ts:237
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:251 |
iconName? | string | Icon name from the icon theme | jsx.ts:243 |
id? | string | Unique identifier for this page (used with page prop) | jsx.ts:239 |
needsAttention? | boolean | Whether to show an attention indicator | jsx.ts:245 |
title? | string | Display title shown in stack switchers | jsx.ts:241 |
useUnderline? | boolean | Whether underscores in title indicate mnemonics | jsx.ts:249 |
visible? | boolean | Whether this page is visible in switchers | jsx.ts:247 |
See
StackPage for usage