File

src/app/core/models/image.ts

Properties

alt
alt: string
attachment_content_type
attachment_content_type: string
attachment_file_name
attachment_file_name: string
attachment_height
attachment_height: number
attachment_updated_at
attachment_updated_at: string
attachment_width
attachment_width: number
id
id: number
large_url
large_url: string
mini_url
mini_url: string
position
position: number
product_url
product_url: string
small_url
small_url: string
type
type: string
viewable_id
viewable_id: number
viewable_type
viewable_type: string
export class Image {
  id: number;
  position: number;
  attachment_content_type: string;
  attachment_file_name: string;
  type: string;
  attachment_updated_at: string;
  attachment_width: number;
  attachment_height: number;
  alt: string;
  viewable_type: string;
  viewable_id: number;
  mini_url: string;
  small_url: string;
  product_url: string;
  large_url: string;
}

results matching ""

    No results matching ""