Interface pickerOptions

Options shared between date and time pickers

Hierarchy

Index

Properties

Properties

optional public clear?: string

Set clear button text

optional public container?: any

Specify where to insert the picker's root element by passing any valid CSS selector to this option

optional public onClose?: (event: any) => void

optional public onOpen?: (event: any) => void

optional public onRender?: (event: any) => void

optional public onSet?: (event: any) => void

optional public onStart?: (event: any) => void

optional public onStop?: (event: any) => void