Skip to content

hideAddButton Examples

The hideAddButton property removes the "Add" (plus) icon from the document list.

ts
{
  schemaType: 'author',
  hideAddButton: true,
}

Released under the MIT License.