StatamicSeoImage

The SEO image type used in Statamic.

Type Definition

type 
StatamicSeoImage
= {
id
: string;
title
: string;
path
: string;
filename
: string;
basename
: string;
extension
: string;
is_asset
: boolean;
is_audio
: boolean;
is_previewable
: boolean;
is_image
: boolean;
is_svg
: boolean;
is_video
: boolean;
blueprint
: {
title
: string;
handle
: string;
};
edit_url
: string;
container
: {
id
: string;
title
: string;
handle
: string;
disk
: string;
blueprint
: {
title
: string;
handle
: string;
};
search_index
: any;
api_url
: any;
};
folder
: string;
url
: string;
permalink
: string;
api_url
: string;
size
: string;
size_bytes
: number;
size_kilobytes
: number;
size_megabytes
: number;
size_gigabytes
: number;
size_b
: number;
size_kb
: number;
size_mb
: number;
size_gb
: number;
last_modified
: string;
last_modified_timestamp
: number;
last_modified_instance
: string;
focus
: string;
has_focus
: boolean;
focus_css
: string;
height
: number;
width
: number;
orientation
: string;
ratio
: number;
mime_type
: string;
duration
: any;
duration_seconds
: any;
duration_minutes
: any;
duration_sec
: any;
duration_min
: any;
playtime
: string;
alt
: string | null;
};