# SvgAttribute

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / SvgAttribute

# Type Alias: SvgAttribute

> **SvgAttribute** = `object`

Specifies properties of an SVG attribute.

## Properties

### attributeName

> **attributeName**: `string`

The name of the attribute, including the optional prefix.

***

### namespace?

> `optional` **namespace**: `string`

The namespace of the attribute.

***

### value

> **value**: `string`

A string value of the attribute.
