Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITimeRangePickerProps

Hierarchy

Index

Properties

Optional autoComplete

autoComplete: boolean

Optional canClear

canClear: boolean

Optional className

className: string

Optional defaultTime

defaultTime: RangeTime

Optional disabled

disabled: boolean

Optional disabledTime

disabledTime: IDisabledTime

Optional format

format: string

Optional hiddenIcon

hiddenIcon: boolean

Optional hourStep

hourStep: number

Optional minuteStep

minuteStep: number

Optional name

name: [string, string]

Optional openPanel

openPanel: boolean

Optional placeholder

placeholder: [string, string]

Optional secondStep

secondStep: number

Optional selectedDate

selectedDate: Date

value

value: RangeTime

Optional width

width: string | number

Methods

onChange

  • onChange(date: T): void

Optional onClose

  • onClose(type?: RangeType): void

Optional onOpen

  • onOpen(type?: RangeType): void

Generated using TypeDoc