Skip to content

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.default

default?: object

default.autoplay

autoplay?: boolean

default.conversion_asset

conversion_asset?: any

default.height

height?: number

default.hide_controls

hide_controls?: boolean

default.loop_video

loop_video?: boolean

default.max_height

max_height?: number

default.max_width

max_width?: number

default.mute_by_default

mute_by_default?: boolean

default.player_id

player_id?: number

default.player_type

player_type?: string

default.size_type

size_type?: "exact" | "auto" | "auto_custom_max" | "auto_full_width"

default.width

width?: number

VideoFieldType.resizable

resizable?: boolean

VideoFieldType.showAdvancedOptions

showAdvancedOptions?: boolean

VideoFieldType.showPreview

showPreview?: boolean

VideoFieldType.type

type: "videoplayer"

Source

fieldTypes.ts:546