PresetImageItem: { url: string; label?: string; description?: string; tags?: string[]; aspectRatio?: string }

Represents a single preset image item

Type declaration

  • url: string

    URL of the image

  • Optional label?: string

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

  • Optional description?: string

    Optional description for the image

  • Optional tags?: string[]

    Optional tags for searching and filtering

  • Optional aspectRatio?: string

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