[]
        
(Showing Draft Content)

PresetImageItem

Type Alias: PresetImageItem

type PresetImageItem = object;

Represents a single preset image item

Properties

url

url: string;

URL of the image


label?

optional label: string;

Display label for the image. If not specified, will be derived from the filename.


description?

optional description: string;

Optional description for the image


tags?

optional tags: string[];

Optional tags for searching and filtering


aspectRatio?

optional aspectRatio: string;

Optional aspect ratio lock (e.g., "1:1", "16:9", "4:3")