Function setAttribute

Set attribute of an element

0.8.0

  • Type Parameters

    • E extends Element

    Parameters

    • name: string

      name of attribute to be set

    • s: SignalLike<string> = name

      state bound to the attribute value

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