mithril-materialized
    Preparing search index...

    Interface BreadcrumbItemAttrs

    interface BreadcrumbItemAttrs {
        active?: boolean;
        className?: string;
        disabled?: boolean;
        href?: string;
        icon?: string;
        onclick?: (e: Event) => void;
        text?: string;
    }
    Index

    Properties

    active?: boolean

    Whether this item is the current/active item

    className?: string

    Custom class for the item

    disabled?: boolean

    Whether this item is disabled

    href?: string

    URL for the breadcrumb item

    icon?: string

    Icon name (material icons)

    onclick?: (e: Event) => void

    Click handler for the breadcrumb item

    text?: string

    Text content of the breadcrumb item