@mathjax/src
    Preparing search index...

    Class StyleJsonSheet

    The StyleJsonSheet class (for managing a collection of style definitions)

    Index

    Constructors

    Properties

    styles: StyleJson = {}

    The styles as they currently stand

    Accessors

    Methods

    • Returns string[]

      An array of rule strings for the style list

    • Parameters

      • ...selectors: string[]

        The selectors for the styles to remove

      Returns void