Skip to main content

Type Alias: StackPageProps

StackPageProps = VirtualSlotProps & object

Defined in: jsx.ts:185

Props for pages within a Stack or ViewStack.

Type Declaration

NameTypeDescriptionDefined in
badgeNumber?numberBadge number shown on the page indicatorjsx.ts:199
iconName?stringIcon name from the icon themejsx.ts:191
id?stringUnique identifier for this page (used with page prop)jsx.ts:187
needsAttention?booleanWhether to show an attention indicatorjsx.ts:193
title?stringDisplay title shown in stack switchersjsx.ts:189
useUnderline?booleanWhether underscores in title indicate mnemonicsjsx.ts:197
visible?booleanWhether this page is visible in switchersjsx.ts:195

See

StackPage for usage