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