Interface GridInputElementProps

Props passed into adapters like the Material Adapter to get a Material Text Input Element

Hierarchy

  • GridInputElementProps

Properties

defaultValue?: string
onChange?: ((newVal: string) => void)

Type declaration

    • (newVal: string): void
    • Parameters

      • newVal: string

      Returns void

onClick?: ((e?: any) => void)

Type declaration

    • (e?: any): void
    • Parameters

      • Optional e: any

      Returns void

onKeyDown?: ((e: any) => void)

Type declaration

    • (e: any): void
    • Parameters

      • e: any

      Returns void

placeholder?: string
readOnly?: boolean
ref?: unknown
style?: Record<string, unknown>
type?: string
value?: string

Generated using TypeDoc