[]
        
(Showing Draft Content)

StampCategory

Type Alias: StampCategory

type StampCategory = object;

Image stamp category data model.

Type declaration

dpi?

optional dpi: number;

Optional. Images resolution.

Default

72.

id?

optional id: string;

Category identifier.

isDynamic?

optional isDynamic: boolean;

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

name

name: string;

Category display name.

stampImages?

optional stampImages: string[];

Stamp image names.

stampImageUrls?

optional stampImageUrls: string[];

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