Hierarchy

  • BaseFormControl
  • BaseInputEvents
    • VideoSelectFieldProps

Properties

defaultFilterTag?: string

Default tag to filter results by

isSticky?: boolean

Controls the sticky option of the video list

label: string

Label to be displayed

maxItems?: number

Maximum number of items which can be assigned

onChange: ((event) => void)

Type declaration

    • (event): void
    • Raised when the value has changed

      Parameters

      • event: unknown

      Returns void

predefinedFilterValues?: FilterValues<Video>

Default filter values for integrated video select explorer

value?: any[]

Current value the form control has

Generated using TypeDoc