Type alias EditableProps

EditableProps: {
    cursorEnd?: boolean;
    disabled?: boolean;
    onCancel?: any;
    onChange?: any;
    selectOnFocus?: boolean;
} & CoreViewProps

Type declaration

  • Optional cursorEnd?: boolean
  • Optional disabled?: boolean
  • Optional onCancel?: any
  • Optional onChange?: any
  • Optional selectOnFocus?: boolean

Generated using TypeDoc