mithril-materialized
    Preparing search index...

    Interface NavbarSubItemAttrs

    interface NavbarSubItemAttrs {
        icon?: IconDefinition;
        onSelect?: (value: any, selected: boolean) => void;
        selected?: boolean;
        text: string;
        value?: any;
    }
    Index

    Properties

    Optional icon - material icon name, SVG object, or image object

    onSelect?: (value: any, selected: boolean) => void

    Selection callback

    selected?: boolean

    Whether this submenu item is selected

    text: string

    Text content of the submenu item

    value?: any

    Value for the submenu item