Type Alias AttributeParser<T, S>

AttributeParser: (
    value: string | null,
    host: UIElement<S>,
    old?: string | null,
) => T

Type Parameters

Type declaration

    • (value: string | null, host: UIElement<S>, old?: string | null): T
    • Parameters

      • value: string | null
      • host: UIElement<S>
      • Optionalold: string | null

      Returns T