vis-util
    Preparing search index...

    Function removeClassName

    • Remove a className from the given elements style.

      Parameters

      • elem: Element

        The element from which the classes will be removed.

      • classNames: string

        Space separated list of classes.

      Returns void