Recent searches

in

groups

On this page

This key defines how you can group the inputs inside this object together without changing the data structure.

Appears in

└── _inputs
    └── *
        └── Object Input
            └── options
                └── groups

Type

Array<groups[*]>

Items

[*]Object#

This key represents an individual group object in the _inputs.*(object-input).options.groups array.

The value is an object that groups inputs together inside an Object Input without changing the data structure. Each group typically contains a heading and inputs array.

Appears in: options.groups.

Open in a new tab