API Reference > @next-core/brick-types > BreadcrumbItemConf
BreadcrumbItemConf interface
面包屑单项配置。
Signature:
export interface BreadcrumbItemConf
Properties
| Property | Type | Description |
|---|---|---|
| text | string | 面包屑文本。 |
| to | LocationDescriptor<PluginHistoryState> | 面包屑对应的链接。 |