Skip to main content

Type Alias: StackPageProps

StackPageProps = VirtualSlotProps & object

Defined in: jsx.ts:237

Props for pages within a Stack or ViewStack.

Type Declaration

NameTypeDescriptionDefined in
badgeNumber?numberBadge number shown on the page indicatorjsx.ts:251
iconName?stringIcon name from the icon themejsx.ts:243
id?stringUnique identifier for this page (used with page prop)jsx.ts:239
needsAttention?booleanWhether to show an attention indicatorjsx.ts:245
title?stringDisplay title shown in stack switchersjsx.ts:241
useUnderline?booleanWhether underscores in title indicate mnemonicsjsx.ts:249
visible?booleanWhether this page is visible in switchersjsx.ts:247

See

StackPage for usage