NavigationLargeTitle
ts
interface NavigationLargeTitleSignature {
Attributes: {
padding?: boolean
'navigation-bar-auto-hide'?: boolean
}
}
class NavigationLargeTitle extends HTMLElement<NavigationLargeTitleSignature> {}
declare global {
interface HTMLElementTagNameMap {
'navigation-large-title': NavigationLargeTitle // <navigation-large-title></navigation-large-title>
}
}Relationships
Conforms To
HTMLElement