| Read Attribute Artboard | Reads a named Artboard attribute from the input list, outputting each value as an element of a new Artboard[]. | ListDyn → Artboard[] |
| Read Attribute Blend Mode | Reads a named BlendMode attribute from the input list, outputting each value as an element of a new BlendMode[]. | ListDyn → BlendMode[] |
| Read Attribute Bool | Reads a named bool attribute from the input list, outputting each value as an element of a new bool[]. | ListDyn → bool[] |
| Read Attribute Color | Reads a named Color attribute from the input list, outputting each value as an element of a new Color[]. | ListDyn → Color[] |
| Read Attribute Gradient Stops | Reads a named GradientStops attribute from the input list, outputting each value as an element of a new GradientStops[]. | ListDyn → GradientStops[] |
| Read Attribute Gradient Type | Reads a named GradientType attribute from the input list, outputting each value as an element of a new GradientType[]. | ListDyn → GradientType[] |
| Read Attribute Number | Reads a named numeric attribute (f64, u64, or u32) from the input list, outputting each value as an element of a new f64[]. Integer values are converted to f64. | ListDyn → f64[] |
| Read Attribute Raster | Reads a named Raster attribute from the input list, outputting each value as an element of a new Raster[]. | ListDyn → Raster[] |
| Read Attribute Spread Method | Reads a named GradientSpreadMethod attribute from the input list, outputting each value as an element of a new GradientSpreadMethod[]. | ListDyn → GradientSpreadMethod[] |
| Read Attribute String | Reads a named String attribute from the input list, outputting each value as an element of a new String[]. | ListDyn → String[] |
| Read Attribute Transform | Reads a named DAffine2 transform attribute from the input list, outputting each value as an element of a new DAffine2[]. | ListDyn → Transform[] |
| Read Attribute Vector | Reads a named Vector attribute from the input list, outputting each value as an element of a new Vector[]. | ListDyn → Vector[] |