UIElement Docs Version 0.13.1

🔗 Type Alias: AttributeParser()<T, C>

AttributeParser<T, C> = (host, value, old?) => T

Defined in: src/component.ts:63

🔗 Type Parameters

🔗 T

T extends object

🔗 C

C extends HTMLElement = HTMLElement

🔗 Parameters

🔗 host

C

🔗 value

string | null

🔗 old?

string | null

🔗 Returns

T