API > ImageFieldType
Type alias: ImageFieldType
ImageFieldType:
BaseField& {default: {alt:string;height:number;loading:"disabled"|"eager"|"lazy";max_height:number;max_width:number;size_type:"auto"|"auto_custom_max"|"auto_full_width"|"exact";src:string;width:number; };resizable:boolean;responsive:boolean;showLoading:boolean;type:"image"; }
ImageFieldType.defaultdefault?:
object
default.altalt?:
string
default.heightheight?:
number
default.loadingloading?:
"disabled"|"eager"|"lazy"
default.max_heightmax_height?:
number
default.max_widthmax_width?:
number
default.size_typesize_type?:
"auto"|"auto_custom_max"|"auto_full_width"|"exact"
default.srcsrc:
string
default.widthwidth?:
number
ImageFieldType.resizableresizable?:
boolean
ImageFieldType.responsiveresponsive?:
boolean
ImageFieldType.showLoadingshowLoading?:
boolean
ImageFieldType.typetype:
"image"
Source
fieldTypes.ts:320