Type Parameters

  • T

Hierarchy

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    Parameters

    • host: T
    • element: (() => HTMLElement)
        • (): HTMLElement
        • Returns HTMLElement

    Returns AttributeManipulator<T>

Properties

element: (() => HTMLElement)

Type declaration

    • (): HTMLElement
    • Returns HTMLElement

host: T
untilHandler: {
    set: any;
} = ...

Type declaration

  • set: any

Methods

  • Parameters

    • name: string

    Returns string

  • Parameters

    • firstAttribute: string
    • secondAttribute: string
    • Rest ...attributes: string[]

    Returns Stream<[string, null | string]>

  • Parameters

    • Rest ...attributes: string[]

    Returns boolean

  • Parameters

    • Rest ...attributes: string[]

    Returns T

  • Parameters

    • name: string
    • value: string

    Returns T

  • Parameters

    • attributes: Iterable<[string, null | string]>

    Returns T

Generated using TypeDoc