Flarum (2.x)
    Preparing search index...
    interface IOverflowingListAttrs {
        accessibleToggleLabel?: string;
        className?: string;
        items: ModdedChildrenWithItemName[];
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    accessibleToggleLabel?: string

    The label used to describe the overflow menu to assistive readers.

    className?: string

    A class name to apply to the list element.

    The items to lay out, as returned by ItemList.toArray().