bindGroups
Bind a section's declared groups to typed bindings.
Bind a section’s declared groups to typed bindings. Empty when no groups.
Import from @homepages/template-kit.
Signature
Section titled “Signature”function bindGroups<S extends SectionSchemaShape>(schema: S): GroupBindingMap<S>Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
schema |
S |
required |
Returns
Section titled “Returns”GroupBindingMap<S>