Function setStyleProperty

  • Sets style properties, works with CSS variables

    Parameters

    • el: HTMLElement

      Element to set property of

    • prop: string

      Property to set, for example: minHeight, --my-var

    • value: undefined | string

      Value of a property

    Returns void

Generated using TypeDoc