@mathjax/src
    Preparing search index...

    Function selectOptionsFromKeys

    • Select a subset of options by keys from an object

      Parameters

      • options: OptionList

        The option list from which the option values will be taken

      • object: OptionList

        The option list whose keys will be used to select the options

      Returns OptionList

      The option list consisting of the option values from the first list whose keys are those from the second list.