activeIdentifier active-identifierp-drilldown-item (by identifier) is currently expanded to show its sub-navigation level.string | undefinedundefinedaria ariatype DrilldownAriaAttribute = {
'aria-label'?: string;
}undefinedopen openbooleanfalsedismiss CustomEvent<void>update activeIdentifier in the event detail.type DrilldownUpdateEventDetail = {
activeIdentifier: string | undefined;
}
CustomEvent<DrilldownUpdateEventDetail><slot> --p-drilldown-grid-template auto/auto--p-drilldown-gap 8pxcascade cascadebooleanfalseidentifier identifieractiveIdentifier to determine if this item is shown.stringundefinedlabel labelstringundefinedprimary primarybooleanfalsesecondary secondarybooleanfalse<slot> <slot name="button"> <slot name="header"> active activebooleanfalsearia ariahref is set.type DrilldownLinkAriaAttribute = {
'aria-label'?: string;
'aria-description'?: string;
'aria-current'?: string;
'aria-haspopup'?: string;
}undefineddownload downloaddownload attribute to trigger a file download. Only applies when href is set.stringundefinedhref hrefstringundefinedrel relrel attribute on the link element (e.g. noopener). Only applies when href is set.stringundefinedtarget target_self, _blank). Only applies when href is set.type DrilldownLinkTarget ='_self''_blank''_parent''_top'string'_self'<slot> 