Pass Through documentation for Knob component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Knob component.
label | type | description |
---|---|---|
root | KnobPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
svg | KnobPassThroughType<HTMLAttributes<SVGSVGElement>> | Used to pass attributes to the svg's DOM element. |
range | KnobPassThroughType<HTMLAttributes<SVGPathElement>> | Used to pass attributes to the range's DOM element. |
value | KnobPassThroughType<HTMLAttributes<SVGPathElement>> | Used to pass attributes to the value's DOM element. |
text | KnobPassThroughType<HTMLAttributes<SVGTextElement>> | Used to pass attributes to the text's DOM element. |
Defines passthrough(pt) options of KnobRange component.
label | type | description |
---|---|---|
root | KnobRangePassThroughType<HTMLAttributes<SVGPathElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of KnobValue component.
label | type | description |
---|---|---|
root | KnobValuePassThroughType<HTMLAttributes<SVGPathElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of KnobText component.
label | type | description |
---|---|---|
root | KnobTextPassThroughType<HTMLAttributes<SVGTextElement>> | Used to pass attributes to the root's DOM element. |