@mathjax/src
    Preparing search index...

    Interface FunctionListItem

    The FunctionListItem interface (extends PrioritizedListItem)

    interface FunctionListItem {
        item: AnyFunction;
        priority: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    item: AnyFunction

    The data for the list item

    priority: number

    The priority of this item