@microsoft/fast-foundation > BreadcrumbItemOptions
BreadcrumbItemOptions type
Breadcrumb Item configuration options
- The default slot for when no href is provided or for providing your own custom elements
separator - The slot for providing a custom separator
listitem - The wrapping container for the item, represents a semantic listitem
separator - The wrapping element for the separator
Signature:export declare type BreadcrumbItemOptions = FoundationElementDefinition & StartEndOptions & {
separator?: string | SyntheticViewTemplate;
};