setStyle<E extends HTMLElement | SVGElement | MathMLElement>( prop: string, s?: SignalLike<string>,): (host: UIElement<{}>, target: E, index: number) => void Type Parameters
- E extends HTMLElement | SVGElement | MathMLElement
Returns (host: UIElement<{}>, target: E, index: number) => void
Set a style property of an element
Since
0.8.0