API > VideoFieldType
Type alias: VideoFieldType
VideoFieldType:
BaseField& {default: {autoplay:boolean;conversion_asset:any;height:number;hide_controls:boolean;loop_video:boolean;max_height:number;max_width:number;mute_by_default:boolean;player_id:number;player_type:string;size_type:"exact"|"auto"|"auto_custom_max"|"auto_full_width";width:number; };resizable:boolean;showAdvancedOptions:boolean;showPreview:boolean;type:"videoplayer"; }
VideoFieldType.defaultdefault?:
object
default.autoplayautoplay?:
boolean
default.conversion_assetconversion_asset?:
any
default.heightheight?:
number
default.hide_controlshide_controls?:
boolean
default.loop_videoloop_video?:
boolean
default.max_heightmax_height?:
number
default.max_widthmax_width?:
number
default.mute_by_defaultmute_by_default?:
boolean
default.player_idplayer_id?:
number
default.player_typeplayer_type?:
string
default.size_typesize_type?:
"exact"|"auto"|"auto_custom_max"|"auto_full_width"
default.widthwidth?:
number
VideoFieldType.resizableresizable?:
boolean
VideoFieldType.showAdvancedOptionsshowAdvancedOptions?:
boolean
VideoFieldType.showPreviewshowPreview?:
boolean
VideoFieldType.typetype:
"videoplayer"
Source
fieldTypes.ts:546