SvgAttrs

trait SvgAttrs[A[_]]
Type Params
A

SVG Attribute, canonically com.raquo.domtypes.generic.keys.SvgAttr

class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val `type`: A[String]
lazy val accentHeight: A[Double]

This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the value of the ascent attribute.

This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the value of the ascent attribute.

Value

MDN

lazy val accumulate: A[String]

This attribute controls whether or not the animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration. This attribute said to the animation if the value is added to the previous animated attribute's value on each iteration.

This attribute controls whether or not the animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration. This attribute said to the animation if the value is added to the previous animated attribute's value on each iteration.

Value none | sum

MDN

lazy val additive: A[String]

This attribute controls whether or not the animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values. This attribute said to the animation if their values are added to the original animated attribute's value.

This attribute controls whether or not the animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values. This attribute said to the animation if their values are added to the original animated attribute's value.

Value replace | sum

MDN

lazy val alignmentBaseline: A[String]

The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css alignment-baseline for further information.

The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css alignment-baseline for further information.

Value: auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | inherit

MDN

lazy val ascent: A[Double]

This attribute defines the maximum unaccented depth of the font within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.

This attribute defines the maximum unaccented depth of the font within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.

Value

MDN

lazy val attributeName: A[String]

This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

Value

MDN

lazy val attributeType: A[String]

This attribute specifies the namespace in which the target attribute and its associated values are defined.

This attribute specifies the namespace in which the target attribute and its associated values are defined.

Value CSS | XML | auto

MDN

lazy val azimuth: A[Double]

The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis. If the attribute is not specified, then the effect is as if a value of 0 were specified.

The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis. If the attribute is not specified, then the effect is as if a value of 0 were specified.

Value

MDN

lazy val baseFrequency: A[String]

The baseFrequency attribute represent The base frequencies parameter for the noise function of the primitive. If two s are provided, the first number represents a base frequency in the X direction and the second value represents a base frequency in the Y direction. If one number is provided, then that value is used for both X and Y. Negative values are forbidden. If the attribute is not specified, then the effect is as if a value of 0 were specified.

The baseFrequency attribute represent The base frequencies parameter for the noise function of the primitive. If two s are provided, the first number represents a base frequency in the X direction and the second value represents a base frequency in the Y direction. If one number is provided, then that value is used for both X and Y. Negative values are forbidden. If the attribute is not specified, then the effect is as if a value of 0 were specified.

Value

MDN

lazy val baselineShift: A[String]

The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css baseline-shift for further information.

The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css baseline-shift for further information.

Value auto | baseline | sup | sub | | | inherit

MDN

lazy val begin: A[String]

This attribute defines when an animation should begin. The attribute value is a semicolon separated list of values. The interpretation of a list of start times is detailed in the SMIL specification in "Evaluation of begin and end time lists". Each individual value can be one of the following: , , , , , or the keyword indefinite.

This attribute defines when an animation should begin. The attribute value is a semicolon separated list of values. The interpretation of a list of start times is detailed in the SMIL specification in "Evaluation of begin and end time lists". Each individual value can be one of the following: , , , , , or the keyword indefinite.

Value

MDN

lazy val bias: A[Double]

The bias attribute shifts the range of the filter. After applying the kernelMatrix of the element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1. If bias is not specified, then the effect is as if a value of 0 were specified.

The bias attribute shifts the range of the filter. After applying the kernelMatrix of the element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1. If bias is not specified, then the effect is as if a value of 0 were specified.

Value

MDN

lazy val calcMode: A[String]

This attribute specifies the interpolation mode for the animation. The default mode is linear, however if the attribute does not support linear interpolation (e.g. for strings), the calcMode attribute is ignored and discrete interpolation is used.

This attribute specifies the interpolation mode for the animation. The default mode is linear, however if the attribute does not support linear interpolation (e.g. for strings), the calcMode attribute is ignored and discrete interpolation is used.

Value discrete | linear | paced | spline

MDN

lazy val clip: A[String]

The clip attribute has the same parameter values as defined for the css clip property. Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the . The value of auto defines a clipping path along the bounds of the viewport created by the given element. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css clip for further information.

The clip attribute has the same parameter values as defined for the css clip property. Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the . The value of auto defines a clipping path along the bounds of the viewport created by the given element. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css clip for further information.

Value auto | | inherit

MDN

lazy val clipPathAttr: A[String]

The clip-path attribute bind the element is applied to with a given element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

The clip-path attribute bind the element is applied to with a given element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

Value | none | inherit

MDN

lazy val clipPathUnits: A[String]

The clipPathUnits attribute defines the coordinate system for the contents of the element. the clipPathUnits attribute is not specified, then the effect is as if a value of userSpaceOnUse were specified. Note that values defined as a percentage inside the content of the are not affected by this attribute. It means that even if you set the value of maskContentUnits to objectBoundingBox, percentage values will be calculated as if the value of the attribute were userSpaceOnUse.

The clipPathUnits attribute defines the coordinate system for the contents of the element. the clipPathUnits attribute is not specified, then the effect is as if a value of userSpaceOnUse were specified. Note that values defined as a percentage inside the content of the are not affected by this attribute. It means that even if you set the value of maskContentUnits to objectBoundingBox, percentage values will be calculated as if the value of the attribute were userSpaceOnUse.

Value userSpaceOnUse | objectBoundingBox

MDN

lazy val clipRule: A[String]

The clip-rule attribute only applies to graphics elements that are contained within a element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to definitions.

The clip-rule attribute only applies to graphics elements that are contained within a element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to definitions.

Value nonezero | evenodd | inherit

MDN

lazy val color: A[String]

The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color for further information.

The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color for further information.

Value | inherit

MDN

lazy val colorInterpolation: A[String]

The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent. For gradients which make use of the xlink:href attribute to reference another gradient, the gradient uses the color-interpolation attribute value from the gradient element which is directly referenced by the fill or stroke attribute. When animating colors, color interpolation is performed according to the value of the color-interpolation attribute on the element being animated. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation for further information

The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent. For gradients which make use of the xlink:href attribute to reference another gradient, the gradient uses the color-interpolation attribute value from the gradient element which is directly referenced by the fill or stroke attribute. When animating colors, color interpolation is performed according to the value of the color-interpolation attribute on the element being animated. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation for further information

Value auto | sRGB | linearRGB | inherit

MDN

lazy val colorInterpolationFilters: A[String]

The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects. Note that color-interpolation-filters has a different initial value than color-interpolation. color-interpolation-filters has an initial value of linearRGB, whereas color-interpolation has an initial value of sRGB. Thus, in the default case, filter effects operations occur in the linearRGB color space, whereas all other color interpolations occur by default in the sRGB color space. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation-filters for further information

The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects. Note that color-interpolation-filters has a different initial value than color-interpolation. color-interpolation-filters has an initial value of linearRGB, whereas color-interpolation has an initial value of sRGB. Thus, in the default case, filter effects operations occur in the linearRGB color space, whereas all other color interpolations occur by default in the sRGB color space. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation-filters for further information

Value auto | sRGB | linearRGB | inherit

MDN

lazy val colorProfileAttr: A[String]

The color-profile attribute is used to define which color profile a raster image included through the element should use. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-profile for further information.

The color-profile attribute is used to define which color profile a raster image included through the element should use. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-profile for further information.

Value auto | sRGB | | | inherit

MDN

lazy val colorRendering: A[String]

The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations. color-rendering takes precedence over color-interpolation-filters. For example, assume color-rendering: optimizeSpeed and color-interpolation-filters: linearRGB. In this case, the SVG user agent should perform color operations in a way that optimizes performance, which might mean sacrificing the color interpolation precision as specified by color-interpolation-filters: linearRGB. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-rendering for further information

The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations. color-rendering takes precedence over color-interpolation-filters. For example, assume color-rendering: optimizeSpeed and color-interpolation-filters: linearRGB. In this case, the SVG user agent should perform color operations in a way that optimizes performance, which might mean sacrificing the color interpolation precision as specified by color-interpolation-filters: linearRGB. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-rendering for further information

Value auto | optimizeSpeed | optimizeQuality | inherit

MDN

lazy val contentScriptType: A[String]

The contentScriptType attribute on the element specifies the default scripting language for the given document fragment. This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript

The contentScriptType attribute on the element specifies the default scripting language for the given document fragment. This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript

Value

MDN

lazy val contentStyleType: A[String]

This attribute specifies the style sheet language for the given document fragment. The contentStyleType is specified on the element. By default, if it's not defined, the value is text/css

This attribute specifies the style sheet language for the given document fragment. The contentStyleType is specified on the element. By default, if it's not defined, the value is text/css

Value

MDN

lazy val cursorAttr: A[String]

The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the element, it should allow to use it with the notation. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css cursor for further information.

The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the element, it should allow to use it with the notation. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css cursor for further information.

Value auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help | inherit

MDN

lazy val cx: A[String]

For the and the element, this attribute define the x-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

For the and the element, this attribute define the x-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

Value

MDN

lazy val cy: A[String]

For the and the element, this attribute define the y-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

For the and the element, this attribute define the y-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

Value

MDN

lazy val d: A[String]

MDN

MDN

lazy val diffuseConstant: A[String]

MDN

MDN

lazy val direction: A[String]

MDN

MDN

lazy val display: A[String]

MDN

MDN

lazy val divisor: A[String]

MDN

MDN

lazy val dominantBaseline: A[String]

MDN

MDN

lazy val dur: A[String]

MDN

MDN

lazy val dx: A[String]

MDN

MDN

lazy val dy: A[String]

MDN

MDN

lazy val edgeMode: A[String]

MDN

MDN

lazy val elevation: A[Double]

MDN

MDN

lazy val end: A[String]

MDN

MDN

lazy val externalResourcesRequired: A[String]

MDN

MDN

lazy val fill: A[String]

MDN

MDN

lazy val fillOpacity: A[String]

MDN

MDN

lazy val fillRule: A[String]

MDN

MDN

lazy val filterAttr: A[String]

MDN

MDN

lazy val filterRes: A[String]

MDN

MDN

lazy val filterUnits: A[String]

MDN

MDN

lazy val floodColor: A[String]

MDN

MDN

lazy val floodOpacity: A[String]

MDN

MDN

lazy val fontFamily: A[String]

MDN

MDN

lazy val fontSize: A[String]

MDN

MDN

lazy val fontSizeAdjust: A[String]

MDN

MDN

lazy val fontStretch: A[String]

MDN

MDN

lazy val fontVariant: A[String]

MDN

MDN

lazy val fontWeight: A[String]

MDN

MDN

lazy val from: A[String]

MDN

MDN

lazy val gradientTransform: A[String]

MDN

MDN

lazy val gradientUnits: A[String]

MDN

MDN

lazy val height: A[String]

MDN

MDN

lazy val href: A[String]

MDN

MDN

lazy val idAttr: A[String]
lazy val imageRendering: A[String]

MDN

MDN

lazy val in: A[String]

MDN

MDN

lazy val in2: A[String]

MDN

MDN

lazy val k1: A[Double]

MDN

MDN

lazy val k2: A[Double]

MDN

MDN

lazy val k3: A[Double]

MDN

MDN

lazy val k4: A[Double]

MDN

MDN

lazy val kernelMatrix: A[String]

MDN

MDN

lazy val kernelUnitLength: A[String]

MDN

MDN

lazy val kerning: A[String]

MDN

MDN

lazy val keySplines: A[String]

MDN

MDN

lazy val keyTimes: A[String]

MDN

MDN

lazy val letterSpacing: A[String]

MDN

MDN

lazy val lightingColor: A[String]

MDN

MDN

lazy val limitingConeAngle: A[String]

MDN

MDN

lazy val local: A[String]

MDN

MDN

lazy val markerEnd: A[String]

MDN

MDN

lazy val markerHeight: A[String]

MDN

MDN

lazy val markerMid: A[String]

MDN

MDN

lazy val markerStart: A[String]

MDN

MDN

lazy val markerUnits: A[String]

MDN

MDN

lazy val markerWidth: A[String]

MDN

MDN

lazy val maskAttr: A[String]

MDN

MDN

lazy val maskContentUnits: A[String]

MDN

MDN

lazy val maskUnits: A[String]

MDN

MDN

lazy val maxAttr: A[String]

MDN

MDN

lazy val minAttr: A[String]

MDN

MDN

lazy val mode: A[String]

MDN

MDN

lazy val numOctaves: A[Int]

MDN

MDN

lazy val offsetAttr: A[String]
lazy val opacity: A[String]

MDN

MDN

lazy val operator: A[String]

MDN

MDN

lazy val order: A[String]

MDN

MDN

lazy val orient: A[String]

This attribute defines the orientation of the marker relative to the shape it is attached to.

This attribute defines the orientation of the marker relative to the shape it is attached to.

Value type: auto|auto-start-reverse| ; Default value: 0; Animatable: yes

MDN

lazy val overflow: A[String]

MDN

MDN

lazy val paintOrder: A[String]

MDN

MDN

lazy val pathLength: A[String]

MDN

MDN

lazy val patternContentUnits: A[String]

MDN

MDN

lazy val patternTransform: A[String]

MDN

MDN

lazy val patternUnits: A[String]

MDN

MDN

lazy val pointerEvents: A[String]

MDN

MDN

lazy val points: A[String]

MDN

MDN

lazy val pointsAtX: A[String]

MDN

MDN

lazy val pointsAtY: A[String]

MDN

MDN

lazy val pointsAtZ: A[String]

MDN

MDN

lazy val preserveAlpha: A[String]

MDN

MDN

lazy val preserveAspectRatio: A[String]

MDN

MDN

lazy val primitiveUnits: A[String]

MDN

MDN

lazy val r: A[String]

MDN

MDN

lazy val radius: A[String]

MDN

MDN

lazy val refX: A[String]

The refX attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

The refX attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

MDN

lazy val refY: A[String]

The refY attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

The refY attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

MDN

lazy val repeatCount: A[String]

MDN

MDN

lazy val repeatDur: A[String]

MDN

MDN

lazy val requiredFeatures: A[String]

MDN

MDN

lazy val restart: A[String]

MDN

MDN

lazy val resultAttr: A[String]

MDN

MDN

lazy val rx: A[String]

MDN

MDN

lazy val ry: A[String]

MDN

MDN

lazy val scale: A[String]

MDN

MDN

lazy val seed: A[Double]

MDN

MDN

lazy val shapeRendering: A[String]

MDN

MDN

lazy val specularConstant: A[Double]

MDN

MDN

lazy val specularExponent: A[Double]

MDN

MDN

lazy val spreadMethod: A[String]

MDN

MDN

lazy val stdDeviation: A[String]

MDN

MDN

lazy val stitchTiles: A[String]

MDN

MDN

lazy val stopColor: A[String]

MDN

MDN

lazy val stopOpacity: A[String]

MDN

MDN

lazy val stroke: A[String]

MDN

MDN

lazy val strokeDashArray: A[String]

MDN

MDN

lazy val strokeDashOffset: A[String]

MDN

MDN

lazy val strokeLineCap: A[String]

MDN

MDN

lazy val strokeLineJoin: A[String]

MDN

MDN

lazy val strokeMiterLimit: A[String]

MDN

MDN

lazy val strokeOpacity: A[String]

MDN

MDN

lazy val strokeWidth: A[String]

MDN

MDN

lazy val style: A[String]

MDN

MDN

lazy val surfaceScale: A[String]

MDN

MDN

lazy val target: A[String]

MDN

MDN

lazy val targetX: A[String]

MDN

MDN

lazy val targetY: A[String]

MDN

MDN

lazy val textAnchor: A[String]

MDN

MDN

lazy val textDecoration: A[String]

MDN

MDN

lazy val textRendering: A[String]

MDN

MDN

lazy val to: A[String]

MDN

MDN

lazy val tpe: A[String]
lazy val transform: A[String]
lazy val typ: A[String]
lazy val values: A[String]
lazy val viewBox: A[String]

MDN

MDN

lazy val visibility: A[String]
lazy val width: A[String]
lazy val wordSpacing: A[String]
lazy val writingMode: A[String]
lazy val x: A[String]
lazy val x1: A[String]
lazy val x2: A[String]
lazy val xChannelSelector: A[String]
lazy val xlinkHref: A[String]
lazy val xlinkRole: A[String]
lazy val xlinkTitle: A[String]
lazy val xmlSpace: A[String]
lazy val xmlns: A[String]

MDN

MDN

lazy val y: A[String]
lazy val y1: A[String]
lazy val y2: A[String]
lazy val yChannelSelector: A[String]
lazy val z: A[String]