Hierarchy

  • DataLanguagePickerProps

Properties

infoText?: string

Optional information text to show for the picker.

label?: string

Custom label for the picker

onChange?: ((pNewValue: string[]) => void)

Type declaration

    • (pNewValue: string[]): void
    • Change handler for the picker.

      Parameters

      • pNewValue: string[]

      Returns void

readonly?: boolean

Set to true if the picker shoulb be read only.

value?: string[]

Current value of the picker (array of language ids)

Generated using TypeDoc