Knob Pass Through

Pass Through documentation for Knob component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

50

Knob PT Options#

Defines passthrough(pt) options of Knob component.

labeltypedescription
rootKnobPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
svgKnobPassThroughType<HTMLAttributes<SVGSVGElement>>Used to pass attributes to the svg's DOM element.
rangeKnobPassThroughType<HTMLAttributes<SVGPathElement>>Used to pass attributes to the range's DOM element.
valueKnobPassThroughType<HTMLAttributes<SVGPathElement>>Used to pass attributes to the value's DOM element.
textKnobPassThroughType<HTMLAttributes<SVGTextElement>>Used to pass attributes to the text's DOM element.

KnobRange PT Options#

Defines passthrough(pt) options of KnobRange component.

labeltypedescription
rootKnobRangePassThroughType<HTMLAttributes<SVGPathElement>>Used to pass attributes to the root's DOM element.

KnobValue PT Options#

Defines passthrough(pt) options of KnobValue component.

labeltypedescription
rootKnobValuePassThroughType<HTMLAttributes<SVGPathElement>>Used to pass attributes to the root's DOM element.

KnobText PT Options#

Defines passthrough(pt) options of KnobText component.

labeltypedescription
rootKnobTextPassThroughType<HTMLAttributes<SVGTextElement>>Used to pass attributes to the root's DOM element.