Share via


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

requestOptions

Property Details

color

The color of the widget.

color?: ColorType

Property Value

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