Interface: IDurationPickerFormCellProxy¶
A designer-facing interface that provides access to a DurationPicker FormCell control.
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 the MinuteInterval property value defined for the FormCell's control.
Returns: number
getUnit¶
▸ getUnit(): string
Returns the Unit property value defined for the FormCell's control.
Returns: string
setMinuteInterval¶
▸ setMinuteInterval(mode: number): Promise‹any›
Sets the MinuteInterval property of the FormCell's control. Accepted values are: "Date", "Datetime", "Time"
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | value to set. |
Returns: Promise‹any›
setUnit¶
▸ setUnit(mode: string): Promise‹any›
Sets the Unit property of the FormCell's control. Accepted values are: "Date", "Datetime", "Time"
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
string | value to set. |
Returns: Promise‹any›