Used for defining gradient stops in the igc-circular-progress.
For each igc-circular-gradient defined as gradient slot of igc-circular-progress element would be created a SVG stop element.
The values passed as color, offset and opacity would be set as
stop-color, offset and stop-opacity of the SVG element without further validations.
- Element
-
igc-circular-gradient
Constructors
Section titled "Constructors"IgcCircularGradientComponent
new IgcCircularGradientComponent(): IgcCircularGradientComponent Defined in node_modules/@lit/reactive-element/development/reactive-element.d.ts:527
Returns IgcCircularGradientComponent
Properties
Section titled "Properties"offset
Section titled "offset"Defines where the gradient stop is placed along the gradient vector
offset: string = '0%' tagName
Section titled "tagName"tagName: "igc-circular-gradient" = 'igc-circular-gradient' Methods
Section titled "Methods"register
Section titled "register"register(): void Defined in src/components/progress/circular-gradient.ts:18