# StampCategory

## Content

# Type Alias: StampCategory

```ts
type StampCategory = object;
```

Image stamp category data model.

## Properties

### dpi?

```ts
optional dpi: number;
```

Optional. Images resolution.

#### Default

```ts
72.
```

***

### id?

```ts
optional id: string;
```

Category identifier.

***

### isDynamic?

```ts
optional isDynamic: boolean;
```

Indicates whether the category contains dynamic stamps.
Dynamic stamp images are updated for each new stamp instance.

***

### name

```ts
name: string;
```

Category display name.

***

### stampImages?

```ts
optional stampImages: string[];
```

Stamp image names.

***

### stampImageUrls?

```ts
optional stampImageUrls: string[];
```

Optional. Full URIs for image stamps.
If specified, the stampImageUrls settings will be used instead of the stampImages array.
