UpdateWidgetOptions interface
- Extends
Properties
| color | The color of the widget. |
| weight | The weight of the widget. This is an int32, but must be greater than zero. |
Inherited Properties
| request |
Property Details
color
weight
The weight of the widget. This is an int32, but must be greater than zero.
weight?: number
Property Value
number
Inherited Property Details
requestOptions
requestOptions?: { allowInsecureConnection?: boolean, headers?: RawHttpHeadersInput, skipUrlEncoding?: boolean }
Property Value
{ allowInsecureConnection?: boolean, headers?: RawHttpHeadersInput, skipUrlEncoding?: boolean }
Inherited From RequestOptions.requestOptions