Type Alias AttributeParser<T, S>
AttributeParser: ( value: string | null, host: UIElement<S>, old?: string | null,) => T Type declaration
- (value: string | null, host: UIElement<S>, old?: string | null): T
Parameters
- value: string | null
- host: UIElement<S>
Optional
old: string | null
Returns T