Skip to content

aeria-insert-panel

Example

Watch as the Insert button only becomes clickable when all the required fields are fulfilled.

vue
<template>
  <aeria-insert-panel collection="pizza" />
</template>

Props

  • collection string: the name of the collection
  • individualActions? IndividualActions?
  • form: string[]? display only specified fields
  • visible: any? panel is only visible if this property is undefined or truthy
  • modelValue: unknown? the state of the form
  • readOnly: boolean? renders the form in read-only mode
  • includeId: boolean? includes a _id field
  • includeTimestamps: boolean? includes timestamp fields

Slots

  • header: This slot is a replacement for the title prop.

Released under the MIT License.