@lesjoursfr/browser-tools
    Preparing search index...

    Function updateCSSOfElement

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

      Parameters

      • id: string

        the id of the node to update

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

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

      • value: string | null = null

        (default to null)

      Returns void