Hiyve Components - v1.0.0
    Preparing search index...

    Interface PortalLayoutLabels

    Labels for PortalLayout — override for i18n or branding.

    interface PortalLayoutLabels {
        collapseSidebar: string;
        expandSidebar: string;
        more: string;
    }
    Index

    Properties

    collapseSidebar: string

    Tooltip shown when the sidebar is expanded.

    "Collapse sidebar"
    
    expandSidebar: string

    Tooltip shown when the sidebar is collapsed.

    "Expand sidebar"
    
    more: string

    "More" bottom-nav item that opens the overflow drawer.

    "More"