For the complete documentation index, see llms.txt. This page is also available as Markdown.

entity

The entity component is a container for the following components:

Considerations

  • The component.entity used with the above-mentioned components is configurable on a jig.default.

  • Section and field-row are also available under the component.form as its container. Here the entity-field is replaced by the form's children field.

  • When setting up a component.entity, either a default jig or component.form can be used in the following combinations:

Configuration options

Some properties are common to all components, see Common component properties for the properties and their configuration options.

Other options

isCompact

When this property is set to true the entity-field will cover the entire row. This compact variant does not allow usage of field-row components. By default, a label is at the top and the value below. isCompact will place the label on the left and the value on the right. Columns are not supported.

Examples and code snippets

Entity with sections, row & field
Entity with sections, row & field
Entity with sections & field
Entity with sections & field

Entity example

Examples: Basic - See the full example using static data in GitHub.

See also

Last updated

Was this helpful?