Class: Svg<_T>
Defined in: packages/blockly/core/utils/svg.ts:18
A name with the type of the SVG element stored in the generic.
Type Parameters
| Type Parameter |
|---|
_T |
Methods index
| Method | Description |
|---|---|
| toString | Returns the SVG element tag name. |
Methods
toString()
toString(): string;
Defined in: packages/blockly/core/utils/svg.ts:81
Returns the SVG element tag name.
Returns
string
The name.