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 fieldsvisible
: any? panel is only visible if this property is undefined or truthymodelValue
: unknown? the state of the formreadOnly
: boolean? renders the form in read-only modeincludeId
: boolean? includes a_id
fieldincludeTimestamps
: boolean? includes timestamp fields
Slots
header
: This slot is a replacement for thetitle
prop.