Function toggleAttribute

Toggle a boolan attribute of an element

0.8.0

  • Type Parameters

    • E extends Element

    Parameters

    • name: string

      name of attribute to be toggled

    • s: SignalLike<boolean> = name

      state bound to the attribute existence

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