activeIdentifier active-identifierp-drilldown-item is shown as open.string | undefinedundefinedaria ariatype DrilldownAriaAttribute = {
'aria-label'?: string;
}undefinedopen opentrue, the drilldown is shown as open.booleanfalsedismiss CustomEvent<void>update activeIdentifier changes.type DrilldownUpdateEventDetail = {
activeIdentifier: string | undefined;
}
CustomEvent<DrilldownUpdateEventDetail><slot> cascade cascadebooleanfalseidentifier identifierstringundefinedlabel labelstringundefinedprimary primarybooleanfalsesecondary secondarybooleanfalse<slot> <slot name="button"> <slot name="header"> active activebooleanfalsearia ariahref is defined and no slotted anchor is used).type DrilldownLinkAriaAttribute = {
'aria-label'?: string;
'aria-description'?: string;
'aria-current'?: string;
'aria-haspopup'?: string;
}undefineddownload downloaddownload attribute when the target URL points to a downloadable file (only has effect when href is defined and no slotted anchor is used).stringundefinedhref hrefhref is provided, the component renders as an <a> element. Otherwise, provide a slotted anchor element.stringundefinedrel relrel attribute on the link (only has effect when href is defined and no slotted anchor is used).stringundefinedtarget targethref is defined and no slotted anchor is used).type DrilldownLinkTarget ='_self''_blank''_parent''_top'string'_self'<slot> 