Options shared between date and time pickers
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