Function updateCSSOfElements

  • Update the given CSS property. If the value is null the property will be removed.

    Parameters

    • selector: string

      the CSS selector of the nodes to update

    • property: string | {
          [key: string]: string | null;
      }

      multi-word property names are hyphenated (kebab-case) and not camel-cased.

    • value: null | string = null

      (default to null)

    Returns void

Generated using TypeDoc