Table of Contents

image

type ImageField = {
  label: string
  name: string
  type: 'image'
  /** See docs/reference/toolkit/fields for customizing the UI **/
  ui?: object
}

Last Edited: July 27, 2021