@mathjax/src
    Preparing search index...

    Interface PrioritizedListItem<DataClass>

    The PrioritizedListItem interface

    interface PrioritizedListItem<DataClass> {
        item: DataClass;
        priority: number;
    }

    Type Parameters

    • DataClass

      The class of data stored in the item

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    item: DataClass

    The data for the list item

    priority: number

    The priority of this item