🔗 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 | undefined
🔗 old?
string | null
🔗 Returns
T