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