Skip to main content
Version: 0.9.0

ContentBreadcrumbElement

ContentBreadcrumbElement is a custom HTML element that displays breadcrumb links allowing the user to navigate to previously visited folders. This element extends HTMLElement.

Custom Element Tag

<sas-content-breadcrumb url="http://my-viya-server.com"></sas-content-breadcrumb>

Attributes

url

See url.

authenticationType

See authenticationType.

Properties

onSelect: (breadcrumbPath: Item[]) => void

A callback function that can be used to respond to a breadcrumb link being selected.

Arguments

breadcrumbPath: Item[]

An array of Items representing the breadcrumb path, starting with the root.