[]
        
(Showing Draft Content)

PresetImageItem

Type Alias: PresetImageItem

type PresetImageItem = object;

Represents a single preset image item

Properties

aspectRatio?

optional aspectRatio?: string;

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


description?

optional description?: string;

Optional description for the image


height?

optional height?: number;

Preferred height when inserted. Uses defaultHeight from config if not specified.


label?

optional label?: string;

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


tags?

optional tags?: string[];

Optional tags for searching and filtering


url

url: string;

URL of the image


width?

optional width?: number;

Preferred width when inserted. Uses defaultWidth from config if not specified.