Hierarchy

Properties

id?: string

id html element id attribute

name?: string

element name attribute

placeholder?: string

element placeholder attribute

transform?: ((value) => unknown)

Type declaration

    • (value): unknown
    • Optional transformer that will change the final value to match the return value

      Parameters

      • value: string

      Returns unknown

Generated using TypeDoc