Interface: IDurationPickerFormCellProxy¶
Hierarchy¶
-
IDurationPickerFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getMinuteInterval¶
▸ getMinuteInterval(): number
Returns: number
getUnit¶
▸ getUnit(): string
Returns: string
setMinuteInterval¶
▸ setMinuteInterval(mode: number): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | value to set. |
Returns: Promise‹any›
setUnit¶
▸ setUnit(mode: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
string | value to set. |
Returns: Promise‹any›