@mathjax/src
    Preparing search index...

    Type Alias TypeRole<T>

    TypeRole: { [type: string]: T | { [role: string]: T } }

    A list of values indexed by semantic-type, possibly sub-indexed by semantic-role

    Type Parameters

    • T

      The type of the indexed item

    Type declaration

    • [type: string]: T | { [role: string]: T }