Embedding API Reference / Modules / exposed-api / <internal> / TabCategory
# Interface: TabCategory
exposed-api.<internal>.TabCategory
# Table of contents
# Properties
# Properties
# key
• key: string
# Defined in
src/common/components/collection-view/-utils/types.ts:19 (opens new window)
# label
• label: string
# Defined in
src/common/components/collection-view/-utils/types.ts:20 (opens new window)
# onSelect
• Optional onSelect: Nullable<(_category: TabCategory) => Promise<void>>
# Defined in
src/common/components/collection-view/-utils/types.ts:21 (opens new window)