Function setStyle

Set a style property of an element

0.8.0

  • Type Parameters

    • E extends HTMLElement | SVGElement | MathMLElement

    Parameters

    • prop: string

      name of style property to be set

    • s: SignalLike<string> = prop

      state bound to the style property value

    Returns (host: UIElement<{}>, target: E, index: number) => void