vis-util
    Preparing search index...

    Function addCssText

    • Append a string with css styles to an element.

      Parameters

      • element: HTMLElement

        The element that will receive new styles.

      • cssText: string

        The styles to be appended.

      Returns void