vis-util
    Preparing search index...

    Function removeCssText

    • Remove a string with css styles from an element.

      Parameters

      • element: HTMLElement

        The element from which styles should be removed.

      • cssText: string

        The styles to be removed.

      Returns void